|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterInterface | |
---|---|
org.h2.command | This package contains the parser and the base classes for prepared SQL statements. |
org.h2.expression | Expressions include mathematical operations, conditions, simple values, and functions. |
org.h2.message | Trace (logging facility) and error message tool. |
Uses of ParameterInterface in org.h2.command |
---|
Methods in org.h2.command that return types with arguments of type ParameterInterface | |
---|---|
ObjectArray<ParameterInterface> |
CommandRemote.getParameters()
|
ObjectArray<? extends ParameterInterface> |
CommandList.getParameters()
|
abstract ObjectArray<? extends ParameterInterface> |
Command.getParameters()
Get the list of parameters. |
ObjectArray<? extends ParameterInterface> |
CommandInterface.getParameters()
Get the parameters (if any). |
ObjectArray<? extends ParameterInterface> |
CommandContainer.getParameters()
|
Uses of ParameterInterface in org.h2.expression |
---|
Classes in org.h2.expression that implement ParameterInterface | |
---|---|
class |
Parameter
A parameter of a prepared statement. |
class |
ParameterRemote
A client side (remote) parameter. |
Methods in org.h2.expression with parameters of type ParameterInterface | |
---|---|
static void |
ParameterRemote.writeMetaData(Transfer transfer,
ParameterInterface p)
Write the parameter meta data to the transfer object. |
Uses of ParameterInterface in org.h2.message |
---|
Method parameters in org.h2.message with type arguments of type ParameterInterface | |
---|---|
static java.lang.String |
TraceObject.toString(java.lang.String sql,
ObjectArray<? extends ParameterInterface> params)
INTERNAL |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |