Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Parameter
A parameter of a prepared statement.
|
class |
ParameterRemote
A client side (remote) parameter.
|
Modifier and Type | Method and Description |
---|---|
static void |
ParameterRemote.writeMetaData(Transfer transfer,
ParameterInterface p)
Write the parameter meta data to the transfer object.
|
Modifier and Type | Method and Description |
---|---|
static String |
Trace.formatParams(ArrayList<? extends ParameterInterface> parameters)
Format the parameter list.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.