| 程序包 | 说明 |
|---|---|
| org.h2.command |
This package contains the parser and the base classes for prepared SQL statements.
|
| org.h2.expression |
Expressions include mathematical operations, simple values, and others.
|
| org.h2.message |
Trace (logging facility) and error message tool.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ArrayList<? extends ParameterInterface> |
Command.getParameters()
Get the list of parameters.
|
ArrayList<? extends ParameterInterface> |
CommandContainer.getParameters() |
ArrayList<? extends ParameterInterface> |
CommandInterface.getParameters()
Get the parameters (if any).
|
ArrayList<ParameterInterface> |
CommandRemote.getParameters() |
ArrayList<ParameterInterface> |
CommandRemote.getParameters() |
ArrayList<? extends ParameterInterface> |
CommandInterface.getParameters()
Get the parameters (if any).
|
ArrayList<? extends ParameterInterface> |
CommandContainer.getParameters() |
abstract ArrayList<? extends ParameterInterface> |
Command.getParameters()
Get the list of parameters.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Parameter
A parameter of a prepared statement.
|
class |
ParameterRemote
A client side (remote) parameter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ParameterRemote.writeMetaData(Transfer transfer,
ParameterInterface p)
Write the parameter meta data to the transfer object.
|
static void |
ParameterRemote.writeMetaData(Transfer transfer,
ParameterInterface p)
Write the parameter meta data to the transfer object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
Trace.formatParams(ArrayList<? extends ParameterInterface> parameters)
Format the parameter list.
|
static String |
Trace.formatParams(ArrayList<? extends ParameterInterface> parameters)
Format the parameter list.
|
Copyright © 2022. All rights reserved.