Uses of Class
com.alibaba.druid.sql.ast.statement.SQLInsertStatement.ValuesClause
-
-
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLInsertStatement.ValuesClause Modifier and Type Field Description protected List<SQLInsertStatement.ValuesClause>SQLInsertInto. valuesListprotected List<SQLInsertStatement.ValuesClause>SQLReplaceStatement. valuesListMethods in com.alibaba.druid.sql.ast.statement that return SQLInsertStatement.ValuesClause Modifier and Type Method Description SQLInsertStatement.ValuesClauseSQLInsertStatement.ValuesClause. clone()SQLInsertStatement.ValuesClauseSQLInsertInto. getValues()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description List<SQLInsertStatement.ValuesClause>SQLInsertInto. getValuesList()List<SQLInsertStatement.ValuesClause>SQLReplaceStatement. getValuesList()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLInsertStatement.ValuesClause Modifier and Type Method Description voidSQLInsertInto. addValueCause(SQLInsertStatement.ValuesClause valueClause)voidSQLInsertInto. setValues(SQLInsertStatement.ValuesClause values) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.dialect.hive.ast
Methods in com.alibaba.druid.sql.dialect.hive.ast that return types with arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description List<SQLInsertStatement.ValuesClause>HiveInsert. getValuesList()Methods in com.alibaba.druid.sql.dialect.hive.ast with parameters of type SQLInsertStatement.ValuesClause Modifier and Type Method Description voidHiveInsert. addValueCause(SQLInsertStatement.ValuesClause valueClause) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.dialect.mysql.parser
Methods in com.alibaba.druid.sql.dialect.mysql.parser that return SQLInsertStatement.ValuesClause Modifier and Type Method Description SQLInsertStatement.ValuesClauseMySqlInsertReader. readCaluse() -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.dialect.mysql.visitor
Method parameters in com.alibaba.druid.sql.dialect.mysql.visitor with type arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description protected voidMySqlOutputVisitor. printValuesList(List<SQLInsertStatement.ValuesClause> valuesList) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.dialect.oscar.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return SQLInsertStatement.ValuesClause Modifier and Type Method Description SQLInsertStatement.ValuesClauseOscarInsertStatement. getValues()Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt that return types with arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description List<SQLInsertStatement.ValuesClause>OscarInsertStatement. getValuesList()Methods in com.alibaba.druid.sql.dialect.oscar.ast.stmt with parameters of type SQLInsertStatement.ValuesClause Modifier and Type Method Description voidOscarInsertStatement. addValueCause(SQLInsertStatement.ValuesClause valueClause)voidOscarInsertStatement. setValues(SQLInsertStatement.ValuesClause values) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return SQLInsertStatement.ValuesClause Modifier and Type Method Description SQLInsertStatement.ValuesClausePGInsertStatement. getValues()Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return types with arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description List<SQLInsertStatement.ValuesClause>PGInsertStatement. getValuesList()Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type SQLInsertStatement.ValuesClause Modifier and Type Method Description voidPGInsertStatement. addValueCause(SQLInsertStatement.ValuesClause valueClause)voidPGInsertStatement. setValues(SQLInsertStatement.ValuesClause values) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.parser
Method parameters in com.alibaba.druid.sql.parser with type arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description protected voidSQLStatementParser. parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList, int columnSize, SQLObject parent)protected voidSQLStatementParser. parseValueClause(List<SQLInsertStatement.ValuesClause> valueClauseList, List<SQLColumnDefinition> columnDefinitionList, int columnSize, SQLObject parent)protected voidSQLStatementParser. parseValueClauseNative(List<SQLInsertStatement.ValuesClause> valueClauseList, List<SQLColumnDefinition> columnDefinitionList, int columnSize, SQLObject parent) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLInsertStatement.ValuesClause Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLInsertStatement.ValuesClause x)booleanSQLASTOutputVisitor. visit(SQLInsertStatement.ValuesClause x)booleanSQLASTOutputVisitor. visit(SQLInsertStatement.ValuesClause x, List<Object> parameters)default booleanSQLASTVisitor. visit(SQLInsertStatement.ValuesClause x) -
Uses of SQLInsertStatement.ValuesClause in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite that return types with arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description static List<SQLInsertStatement.ValuesClause>CalciteMySqlNodeVisitor. convertToSingleValuesIfNeed(List<SQLInsertStatement.ValuesClause> valuesClauseList)Converts a list of SQLInsertStatement.ValuesClause objects to a single values clause if necessary.Method parameters in com.alibaba.druid.support.calcite with type arguments of type SQLInsertStatement.ValuesClause Modifier and Type Method Description static List<SQLInsertStatement.ValuesClause>CalciteMySqlNodeVisitor. convertToSingleValuesIfNeed(List<SQLInsertStatement.ValuesClause> valuesClauseList)Converts a list of SQLInsertStatement.ValuesClause objects to a single values clause if necessary.
-