Uses of Class
com.orientechnologies.orient.core.sql.parser.OInputParameter
Packages that use OInputParameter
Package
Description
-
Uses of OInputParameter in com.orientechnologies.orient.core.sql.executor
Constructors in com.orientechnologies.orient.core.sql.executor with parameters of type OInputParameter -
Uses of OInputParameter in com.orientechnologies.orient.core.sql.parser
Subclasses of OInputParameter in com.orientechnologies.orient.core.sql.parserFields in com.orientechnologies.orient.core.sql.parser declared as OInputParameterModifier and TypeFieldDescriptionprotected OInputParameterOArraySelector.inputParamprotected OInputParameterOBaseExpression.inputParamprotected OInputParameterOBatch.inputParamprotected OInputParameterOFromItem.inputParamprotected OInputParameterOLimit.inputParamprotected OInputParameterOSkip.inputParamprotected OInputParameterOCreateDatabaseStatement.nameParamprotected OInputParameterODatabaseUserData.nameParamODropClassStatement.nameParamprotected OInputParameterODropDatabaseStatement.nameParamprotected OInputParameterOExistsSystemUserStatement.nameParamprotected OInputParameterOCreateSystemUserStatement.passwordParamprotected OInputParameterOCreateUserStatement.passwordParamprotected OInputParameterODatabaseUserData.passwordParamprotected OInputParameterOInCondition.rightParamprotected OInputParameterOMatchesCondition.rightParamprotected OInputParameterONotInCondition.rightParamFields in com.orientechnologies.orient.core.sql.parser with type parameters of type OInputParameterMethods in com.orientechnologies.orient.core.sql.parser that return OInputParameterModifier and TypeMethodDescriptionOInputParameter.copy()static OInputParameterOInputParameter.deserializeFromOResult(OResult doc) OFromItem.getInputParam()OInCondition.getRightParam()final OInputParameterOrientSql.InputParameter()Methods in com.orientechnologies.orient.core.sql.parser that return types with arguments of type OInputParameterMethods in com.orientechnologies.orient.core.sql.parser with parameters of type OInputParameterModifier and TypeMethodDescriptionvoidOInsertBody.addContentInputParam(OInputParameter par) voidOFromItem.addInputParam(OInputParameter par) voidOBaseExpression.setInputParam(OInputParameter inputParam) voidOFromItem.setInputParam(OInputParameter inputParam) voidOInCondition.setRightParam(OInputParameter rightParam) Method parameters in com.orientechnologies.orient.core.sql.parser with type arguments of type OInputParameterModifier and TypeMethodDescriptionvoidOFromItem.setInputParams(List<OInputParameter> inputParams)