|
||||||||||
| 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 | |
|---|---|
abstract java.util.ArrayList<? extends ParameterInterface> |
Command.getParameters()
Get the list of parameters. |
java.util.ArrayList<? extends ParameterInterface> |
CommandContainer.getParameters()
|
java.util.ArrayList<? extends ParameterInterface> |
CommandInterface.getParameters()
Get the parameters (if any). |
java.util.ArrayList<? extends ParameterInterface> |
CommandList.getParameters()
|
java.util.ArrayList<ParameterInterface> |
CommandRemote.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,
java.util.ArrayList<? extends ParameterInterface> params)
INTERNAL |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||