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 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 TypeMethodDescriptionvoidPrepared.setParameterList(ArrayList<Parameter> parameters) Set the parameter list of this statement.voidParser.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 voidQuery.addGlobalCondition(Parameter param, int columnId, int comparisonType) Add a condition to the query.voidSelect.addGlobalCondition(Parameter param, int columnId, int comparisonType) voidSelectUnion.addGlobalCondition(Parameter param, int columnId, int comparisonType) voidTableValueConstructor.addGlobalCondition(Parameter param, int columnId, int comparisonType) 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
Constructors in org.h2.expression.condition with parameters of type ParameterModifierConstructorDescriptionConditionInParameter(Expression left, boolean not, boolean whenOperand, Parameter parameter) Create a new= ANY(?)condition. -
Uses of Parameter in org.h2.index
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 TableViewTableView.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.intTableView.getParameterOffset(ArrayList<Parameter> additionalParameters) Get the index of the first parameter.Constructor parameters in org.h2.table with type arguments of type Parameter