Uses of Class
com.alibaba.druid.sql.ast.SQLParameter
-
-
Uses of SQLParameter in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return SQLParameter Modifier and Type Method Description SQLParameterSQLParameter. clone()Methods in com.alibaba.druid.sql.ast that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>SQLParameter. getCursorParameters() -
Uses of SQLParameter in com.alibaba.druid.sql.ast.expr
Methods in com.alibaba.druid.sql.ast.expr that return SQLParameter Modifier and Type Method Description SQLParameterSQLIdentifierExpr. getResolvedParameter()Methods in com.alibaba.druid.sql.ast.expr with parameters of type SQLParameter Modifier and Type Method Description voidSQLIdentifierExpr. setResolvedParameter(SQLParameter resolvedParameter) -
Uses of SQLParameter in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLParameter Modifier and Type Field Description protected List<SQLParameter>SQLCreateFunctionStatement. parametersprotected List<SQLParameter>SQLDropFunctionStatement. parametersMethods in com.alibaba.druid.sql.ast.statement that return SQLParameter Modifier and Type Method Description SQLParameterSQLBlockStatement. findParameter(long hash)SQLParameterSQLCreateProcedureStatement. findParameter(long hash)SQLParameterSQLCreateFunctionStatement. getParameter(String name)Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>SQLBlockStatement. getParameters()List<SQLParameter>SQLCreateFunctionStatement. getParameters()List<SQLParameter>SQLCreateProcedureStatement. getParameters()List<SQLParameter>SQLDropFunctionStatement. getParameters()Method parameters in com.alibaba.druid.sql.ast.statement with type arguments of type SQLParameter Modifier and Type Method Description voidSQLBlockStatement. setParameters(List<SQLParameter> parameters)voidSQLCreateFunctionStatement. setParameters(List<SQLParameter> parameters)voidSQLCreateProcedureStatement. setParameters(List<SQLParameter> parameters)voidSQLDropFunctionStatement. setParameters(List<SQLParameter> parameters) -
Uses of SQLParameter in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>OracleCreateTypeStatement. getParameters() -
Uses of SQLParameter in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>OracleFunctionDataType. getParameters()List<SQLParameter>OracleProcedureDataType. getParameters()Method parameters in com.alibaba.druid.sql.dialect.oracle.parser with type arguments of type SQLParameter Modifier and Type Method Description protected voidOracleStatementParser. parserParameters(List<SQLParameter> parameters, SQLObject parent) -
Uses of SQLParameter in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>OscarFunctionTableSource. getParameters() -
Uses of SQLParameter in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return types with arguments of type SQLParameter Modifier and Type Method Description List<SQLParameter>PGFunctionTableSource. getParameters() -
Uses of SQLParameter in com.alibaba.druid.sql.dialect.postgresql.visitor
Methods in com.alibaba.druid.sql.dialect.postgresql.visitor with parameters of type SQLParameter Modifier and Type Method Description booleanPGOutputVisitor. visit(SQLParameter x) -
Uses of SQLParameter in com.alibaba.druid.sql.parser
Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLParameter Modifier and Type Method Description protected voidSQLStatementParser. parameters(List<SQLParameter> parameters, SQLObject parent)protected voidSQLStatementParser. parserParameters(List<SQLParameter> parameters, SQLObject parent) -
Uses of SQLParameter in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository with parameters of type SQLParameter Modifier and Type Method Description default booleanSchemaResolveVisitor. visit(SQLParameter x) -
Uses of SQLParameter in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLParameter Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLParameter x)protected voidSQLASTOutputVisitor. printParamDefaultValue(SQLParameter x)booleanSQLASTOutputVisitor. visit(SQLParameter x)default booleanSQLASTVisitor. visit(SQLParameter x)
-