Uses of Class
org.h2.expression.Parameter
Packages that use Parameter
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains queries.
Condition expressions.
Various table index implementations, as well as cursors to navigate in an index.
Classes related to a table and table meta data.
-
Uses of Parameter in org.h2.command
Fields in org.h2.command with type parameters of type ParameterModifier and TypeFieldDescriptionCommandList.parameters
Parser.parameters
Prepared.parameters
The list of parameters.Parser.suppliedParameters
Methods in org.h2.command that return ParameterMethods in org.h2.command that return types with arguments of type ParameterMethod parameters in org.h2.command with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
Prepared.setParameterList
(ArrayList<Parameter> parameters) Set the parameter list of this statement.void
Parser.setSuppliedParameters
(ArrayList<Parameter> suppliedParameters) -
Uses of Parameter in org.h2.command.ddl
Methods in org.h2.command.ddl that return types with arguments of type Parameter -
Uses of Parameter in org.h2.command.query
Methods in org.h2.command.query with parameters of type ParameterModifier and TypeMethodDescriptionabstract void
Query.addGlobalCondition
(Parameter param, int columnId, int comparisonType) Add a condition to the query.void
Select.addGlobalCondition
(Parameter param, int columnId, int comparisonType) void
SelectUnion.addGlobalCondition
(Parameter param, int columnId, int comparisonType) void
TableValueConstructor.addGlobalCondition
(Parameter param, int columnId, int comparisonType) (package private) void
Query.addParameter
(Parameter param) Add a parameter to the parameter list.Method parameters in org.h2.command.query with type arguments of type ParameterModifier and TypeMethodDescriptionQuery.toTable
(String alias, Column[] columnTemplates, ArrayList<Parameter> parameters, boolean forCreateView, Query topQuery) Converts this query to a table or a view.TableValueConstructor.toTable
(String alias, Column[] columnTemplates, ArrayList<Parameter> parameters, boolean forCreateView, Query topQuery) -
Uses of Parameter in org.h2.expression.condition
Fields in org.h2.expression.condition declared as ParameterModifier and TypeFieldDescriptionprivate final Parameter
ConditionInParameter.parameter
private final Parameter
ConditionInParameter.ParameterList.parameter
Constructors in org.h2.expression.condition with parameters of type ParameterModifierConstructorDescriptionConditionInParameter
(Expression left, boolean not, boolean whenOperand, Parameter parameter) Create a new= ANY(?)
condition.(package private)
ParameterList
(Parameter parameter) -
Uses of Parameter in org.h2.index
Fields in org.h2.index with type parameters of type ParameterMethod parameters in org.h2.index with type arguments of type ParameterModifier and TypeMethodDescriptionprivate static void
ViewIndex.setParameter
(ArrayList<Parameter> paramList, int x, Value v) Constructor parameters in org.h2.index with type arguments of type Parameter -
Uses of Parameter in org.h2.table
Method parameters in org.h2.table with type arguments of type ParameterModifier and TypeMethodDescriptionstatic TableView
TableView.createTableViewMaybeRecursive
(Schema schema, int id, String name, String querySQL, ArrayList<Parameter> parameters, Column[] columnTemplates, SessionLocal session, boolean literalsChecked, boolean isTableExpression, boolean isTemporary, Database db) Create a view.private static int
TableView.getMaxParameterIndex
(ArrayList<Parameter> parameters) int
TableView.getParameterOffset
(ArrayList<Parameter> additionalParameters) Get the index of the first parameter.private void
TableView.init
(String querySQL, ArrayList<Parameter> params, Column[] columnTemplates, SessionLocal session, boolean allowRecursive, boolean literalsChecked, boolean isTableExpression) Constructor parameters in org.h2.table with type arguments of type Parameter