Uses of Interface
org.h2.expression.ParameterInterface
Packages that use ParameterInterface
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Expressions include mathematical operations, simple values, and others.
Implementation of the JDBC API (package java.sql).
Trace (logging facility) and error message tool.
PostgreSQL server implementation of this database.
-
Uses of ParameterInterface in org.h2.command
Fields in org.h2.command with type parameters of type ParameterInterfaceModifier and TypeFieldDescriptionprivate final ArrayList
<ParameterInterface> CommandRemote.parameters
Methods in org.h2.command that return types with arguments of type ParameterInterfaceModifier and TypeMethodDescriptionabstract 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
<? extends ParameterInterface> CommandList.getParameters()
CommandRemote.getParameters()
-
Uses of ParameterInterface in org.h2.expression
Classes in org.h2.expression that implement ParameterInterfaceModifier and TypeClassDescriptionfinal class
A parameter of a prepared statement.class
A client side (remote) parameter.Methods in org.h2.expression with parameters of type ParameterInterfaceModifier and TypeMethodDescriptionstatic void
ParameterRemote.writeMetaData
(Transfer transfer, ParameterInterface p) Write the parameter meta data to the transfer object. -
Uses of ParameterInterface in org.h2.jdbc
Fields in org.h2.jdbc with type parameters of type ParameterInterfaceModifier and TypeFieldDescriptionprivate final ArrayList
<? extends ParameterInterface> JdbcParameterMetaData.parameters
Methods in org.h2.jdbc that return ParameterInterfaceModifier and TypeMethodDescriptionprivate ParameterInterface
JdbcParameterMetaData.getParameter
(int param) -
Uses of ParameterInterface in org.h2.message
Method parameters in org.h2.message with type arguments of type ParameterInterfaceModifier and TypeMethodDescriptionstatic String
Trace.formatParams
(ArrayList<? extends ParameterInterface> parameters) Format the parameter list. -
Uses of ParameterInterface in org.h2.server.pg
Method parameters in org.h2.server.pg with type arguments of type ParameterInterfaceModifier and TypeMethodDescriptionprivate void
PgServerThread.sendParameterDescription
(ArrayList<? extends ParameterInterface> parameters, int[] paramTypes) private void
PgServerThread.setParameter
(ArrayList<? extends ParameterInterface> parameters, int pgType, int i, int[] formatCodes)