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.
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 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).CommandRemote.getParameters() -
Uses of ParameterInterface in org.h2.expression
Classes in org.h2.expression that implement ParameterInterfaceModifier and TypeClassDescriptionfinal classA parameter of a prepared statement.classA client side (remote) parameter.Methods in org.h2.expression with parameters of type ParameterInterfaceModifier and TypeMethodDescriptionstatic voidParameterRemote.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 ParameterInterfaceModifier and TypeMethodDescriptionstatic StringTrace.formatParams(ArrayList<? extends ParameterInterface> parameters) Format the parameter list.