Uses of Interface
com.alibaba.druid.sql.ast.statement.SQLTableElement
-
-
Uses of SQLTableElement in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast with type parameters of type SQLTableElement Modifier and Type Field Description protected List<SQLTableElement>SQLDeclareItem. tableElementListMethods in com.alibaba.druid.sql.ast that return types with arguments of type SQLTableElement Modifier and Type Method Description List<SQLTableElement>SQLDeclareItem. getTableElementList()Method parameters in com.alibaba.druid.sql.ast with type arguments of type SQLTableElement Modifier and Type Method Description voidSQLDeclareItem. setTableElementList(List<SQLTableElement> tableElementList) -
Uses of SQLTableElement in com.alibaba.druid.sql.ast.statement
Subinterfaces of SQLTableElement in com.alibaba.druid.sql.ast.statement Modifier and Type Interface Description interfaceSQLColumnConstraintinterfaceSQLForeignKeyConstraintinterfaceSQLPrimaryKeyinterfaceSQLTableConstraintClasses in com.alibaba.druid.sql.ast.statement that implement SQLTableElement Modifier and Type Class Description classSQLCheckclassSQLColumnCheckclassSQLColumnDefaultclassSQLColumnDefinitionclassSQLColumnPrimaryKeyclassSQLColumnReferenceclassSQLColumnUniqueKeyclassSQLDefaultclassSQLForeignKeyImplclassSQLNotNullConstraintclassSQLNullConstraintclassSQLPrimaryKeyImplclassSQLTableLikeclassSQLUniqueFields in com.alibaba.druid.sql.ast.statement with type parameters of type SQLTableElement Modifier and Type Field Description protected List<SQLTableElement>SQLAlterViewStatement. columnsprotected List<SQLTableElement>SQLCreateViewStatement. columnsprotected List<SQLTableElement>SQLCreateMaterializedViewStatement. tableElementListprotected List<SQLTableElement>SQLCreateTableStatement. tableElementListMethods in com.alibaba.druid.sql.ast.statement that return SQLTableElement Modifier and Type Method Description SQLTableElementSQLTableElement. clone()SQLTableElementSQLCreateTableStatement. findIndex(String columnName)SQLTableElementSQLAlterTableAddSupplemental. getElement()Methods in com.alibaba.druid.sql.ast.statement that return types with arguments of type SQLTableElement Modifier and Type Method Description List<SQLTableElement>SQLAlterViewStatement. getColumns()List<SQLTableElement>SQLCreateViewStatement. getColumns()List<SQLTableElement>SQLCreateMaterializedViewStatement. getTableElementList()List<SQLTableElement>SQLCreateTableStatement. getTableElementList()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLTableElement Modifier and Type Method Description voidSQLAlterViewStatement. addColumn(SQLTableElement column)voidSQLCreateViewStatement. addColumn(SQLTableElement column)voidSQLAlterTableAddSupplemental. setElement(SQLTableElement x) -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.blink.vsitor
Method parameters in com.alibaba.druid.sql.dialect.blink.vsitor with type arguments of type SQLTableElement Modifier and Type Method Description protected voidBlinkOutputVisitor. printTableElements(List<SQLTableElement> tableElementList) -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.clickhouse.ast
Classes in com.alibaba.druid.sql.dialect.clickhouse.ast that implement SQLTableElement Modifier and Type Class Description classClickhouseColumnCodecclassClickhouseColumnConstraintclassClickhouseColumnTTL -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.h2.visitor
Method parameters in com.alibaba.druid.sql.dialect.h2.visitor with type arguments of type SQLTableElement Modifier and Type Method Description protected voidH2OutputVisitor. printTableElements(List<SQLTableElement> tableElementList) -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.mysql.ast
Classes in com.alibaba.druid.sql.dialect.mysql.ast that implement SQLTableElement Modifier and Type Class Description classMysqlForeignKeyclassMySqlKeyclassMySqlPrimaryKeyclassMySqlUnique -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.mysql.ast.statement
Classes in com.alibaba.druid.sql.dialect.mysql.ast.statement that implement SQLTableElement Modifier and Type Class Description classMySqlTableIndex -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Subinterfaces of SQLTableElement in com.alibaba.druid.sql.dialect.oracle.ast.stmt Modifier and Type Interface Description interfaceOracleConstraintClasses in com.alibaba.druid.sql.dialect.oracle.ast.stmt that implement SQLTableElement Modifier and Type Class Description classOracleCheckclassOracleForeignKeyclassOraclePrimaryKeyclassOracleSupplementalIdKeyCreated by wenshao on 20/05/2017.classOracleSupplementalLogGrpCreated by wenshao on 20/05/2017.classOracleUnique -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.oracle.parser
Methods in com.alibaba.druid.sql.dialect.oracle.parser that return SQLTableElement Modifier and Type Method Description protected SQLTableElementOracleCreateTableParser. parseCreateTableSupplementalLoggingProps() -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.presto.ast
Classes in com.alibaba.druid.sql.dialect.presto.ast that implement SQLTableElement Modifier and Type Class Description classPrestoColumnConstraintclassPrestoColumnWith -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.redshift.stmt
Classes in com.alibaba.druid.sql.dialect.redshift.stmt that implement SQLTableElement Modifier and Type Class Description classRedshiftColumnConstraintclassRedshiftColumnEncodeclassRedshiftColumnKey -
Uses of SQLTableElement in com.alibaba.druid.sql.dialect.starrocks.ast
Classes in com.alibaba.druid.sql.dialect.starrocks.ast that implement SQLTableElement Modifier and Type Class Description classStarRocksAggregateKeyclassStarRocksDuplicateKeyclassStarRocksIndexDefinitionINDEX index_name (col_name[, col_name, ...]) -
Uses of SQLTableElement in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLTableElement Modifier and Type Method Description protected SQLTableElementSQLCreateTableParser. parseCreateTableSupplementalLoggingProps() -
Uses of SQLTableElement in com.alibaba.druid.sql.visitor
Method parameters in com.alibaba.druid.sql.visitor with type arguments of type SQLTableElement Modifier and Type Method Description protected voidSQLASTOutputVisitor. printTableElement(List<SQLTableElement> tableElementList, int i)protected voidSQLASTOutputVisitor. printTableElements(List<SQLTableElement> tableElementList)
-