Modifier and Type | Method and Description |
---|---|
SQLName |
SQLSubPartitionByList.getColumn() |
SQLName |
SQLSubPartition.getName() |
SQLName |
SQLPartition.getName() |
SQLName |
SQLPartition.getTableSpace() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
SQLSubPartitionByRange.getColumns() |
List<SQLName> |
SQLPartitionByRange.getColumns() |
List<SQLName> |
SQLPartitionByList.getColumns() |
List<SQLName> |
SQLPartitionBy.getStoreIn() |
Modifier and Type | Method and Description |
---|---|
void |
SQLPartitionByRange.addColumn(SQLName column) |
void |
SQLPartitionByList.addColumn(SQLName column) |
void |
SQLSubPartitionByList.setColumn(SQLName column) |
void |
SQLSubPartition.setName(SQLName name) |
void |
SQLPartition.setName(SQLName name) |
void |
SQLPartition.setTableSpace(SQLName tableSpace) |
Modifier and Type | Class and Description |
---|---|
class |
SQLIdentifierExpr |
class |
SQLPropertyExpr |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLCurrentOfCursorExpr.getCursorName() |
SQLName |
SQLSequenceExpr.getSequence() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCurrentOfCursorExpr.setCursorName(SQLName cursorName) |
void |
SQLSequenceExpr.setSequence(SQLName sequence) |
Constructor and Description |
---|
SQLCurrentOfCursorExpr(SQLName cursorName) |
SQLSequenceExpr(SQLName sequence,
SQLSequenceExpr.Function function) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLAlterTableAddColumn.getAfterColumn() |
SQLName |
SQLAlterTableRenameColumn.getColumn() |
SQLName |
SQLAlterTableEnableConstraint.getConstraintName() |
SQLName |
SQLAlterTableDropConstraint.getConstraintName() |
SQLName |
SQLAlterTableDisableConstraint.getConstraintName() |
SQLName |
SQLFetchStatement.getCursorName() |
SQLName |
SQLUseStatement.getDatabase() |
SQLName |
SQLShowTablesStatement.getDatabase() |
SQLName |
SQLCreateViewStatement.getDefiner() |
SQLName |
SQLCreateProcedureStatement.getDefiner() |
SQLName |
SQLAlterTableAddColumn.getFirstColumn() |
SQLName |
SQLAlterTableDropIndex.getIndexName() |
SQLName |
SQLAlterTableDropForeignKey.getIndexName() |
SQLName |
SQLErrorLoggingClause.getInto() |
SQLName |
SQLAlterTableDropKey.getKeyName() |
SQLName |
SQLDropTriggerStatement.getName() |
SQLName |
SQLDropTableSpaceStatement.getName() |
SQLName |
SQLDropSequenceStatement.getName() |
SQLName |
SQLDropProcedureStatement.getName() |
SQLName |
SQLDropFunctionStatement.getName() |
SQLName |
SQLCreateViewStatement.getName() |
SQLName |
SQLCreateTriggerStatement.getName() |
SQLName |
SQLCreateTableStatement.getName() |
SQLName |
SQLCreateSequenceStatement.getName() |
SQLName |
SQLCreateProcedureStatement.getName() |
SQLName |
SQLCreateIndexStatement.getName() |
SQLName |
SQLCreateDatabaseStatement.getName() |
SQLName |
SQLConstraintImpl.getName() |
SQLName |
SQLConstraint.getName() |
SQLName |
SQLColumnDefinition.getName() |
SQLName |
SQLAlterViewRenameStatement.getName() |
SQLName |
SQLAlterTableStatement.getName() |
SQLName |
SQLAlterTableAddIndex.getName() |
SQLName |
SQLAlterDatabaseStatement.getName() |
SQLName |
SQLDescribeStatement.getObject() |
SQLName |
SQLCreateTriggerStatement.getOn() |
SQLName |
SQLCallStatement.getProcedureName() |
SQLName |
SQLForeignKeyImpl.getReferencedTableName() |
SQLName |
SQLForeignKeyConstraint.getReferencedTableName() |
SQLName |
SQLColumnReference.getTable() |
SQLName |
SQLUpdateStatement.getTableName() |
SQLName |
SQLInsertInto.getTableName() |
SQLName |
SQLDeleteStatement.getTableName() |
SQLName |
SQLRollbackStatement.getTo() |
SQLName |
SQLAlterViewRenameStatement.getTo() |
SQLName |
SQLAlterTableRenameColumn.getTo() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
SQLWithSubqueryClause.Entry.getColumns() |
List<SQLName> |
SQLColumnReference.getColumns() |
List<SQLName> |
SQLAlterTableDropColumnItem.getColumns() |
List<SQLName> |
SQLAlterTableReOrganizePartition.getNames() |
List<SQLName> |
SQLExprTableSource.getPartitions() |
List<SQLName> |
SQLAlterTableTruncatePartition.getPartitions() |
List<SQLName> |
SQLAlterTableRepairPartition.getPartitions() |
List<SQLName> |
SQLAlterTableRebuildPartition.getPartitions() |
List<SQLName> |
SQLAlterTableOptimizePartition.getPartitions() |
List<SQLName> |
SQLAlterTableImportPartition.getPartitions() |
List<SQLName> |
SQLAlterTableDiscardPartition.getPartitions() |
List<SQLName> |
SQLAlterTableCheckPartition.getPartitions() |
List<SQLName> |
SQLAlterTableAnalyzePartition.getPartitions() |
List<SQLName> |
SQLForeignKeyImpl.getReferencedColumns() |
List<SQLName> |
SQLForeignKeyConstraint.getReferencedColumns() |
List<SQLName> |
SQLForeignKeyImpl.getReferencingColumns() |
List<SQLName> |
SQLForeignKeyConstraint.getReferencingColumns() |
Modifier and Type | Method and Description |
---|---|
void |
SQLAlterTableDropColumnItem.addColumn(SQLName column) |
void |
SQLExprTableSource.addPartition(SQLName partition) |
void |
SQLAlterTableTruncatePartition.addPartition(SQLName partition) |
void |
SQLAlterTableRepairPartition.addPartition(SQLName partition) |
void |
SQLAlterTableRebuildPartition.addPartition(SQLName partition) |
void |
SQLAlterTableOptimizePartition.addPartition(SQLName partition) |
void |
SQLAlterTableImportPartition.addPartition(SQLName partition) |
void |
SQLAlterTableDiscardPartition.addPartition(SQLName partition) |
void |
SQLAlterTableCheckPartition.addPartition(SQLName partition) |
void |
SQLAlterTableAnalyzePartition.addPartition(SQLName partition) |
void |
SQLTruncateStatement.addTableSource(SQLName name) |
void |
SQLDropViewStatement.addTableSource(SQLName name) |
void |
SQLDropTableStatement.addTableSource(SQLName name) |
void |
SQLAlterTableAddColumn.setAfterColumn(SQLName after) |
void |
SQLAlterTableRenameColumn.setColumn(SQLName column) |
void |
SQLAlterTableEnableConstraint.setConstraintName(SQLName constraintName) |
void |
SQLAlterTableDropConstraint.setConstraintName(SQLName constraintName) |
void |
SQLAlterTableDisableConstraint.setConstraintName(SQLName constraintName) |
void |
SQLFetchStatement.setCursorName(SQLName cursorName) |
void |
SQLUseStatement.setDatabase(SQLName database) |
void |
SQLShowTablesStatement.setDatabase(SQLName database) |
void |
SQLCreateViewStatement.setDefiner(SQLName definer) |
void |
SQLCreateProcedureStatement.setDefiner(SQLName definer) |
void |
SQLAlterTableAddColumn.setFirstColumn(SQLName first) |
void |
SQLAlterTableDropIndex.setIndexName(SQLName indexName) |
void |
SQLAlterTableDropForeignKey.setIndexName(SQLName indexName) |
void |
SQLMergeStatement.setInto(SQLName into) |
void |
SQLErrorLoggingClause.setInto(SQLName into) |
void |
SQLAlterTableDropKey.setKeyName(SQLName keyName) |
void |
SQLDropViewStatement.setName(SQLName name) |
void |
SQLDropTriggerStatement.setName(SQLName name) |
void |
SQLDropTableStatement.setName(SQLName name) |
void |
SQLDropTableSpaceStatement.setName(SQLName name) |
void |
SQLDropSequenceStatement.setName(SQLName name) |
void |
SQLDropProcedureStatement.setName(SQLName name) |
void |
SQLDropFunctionStatement.setName(SQLName name) |
void |
SQLCreateViewStatement.setName(SQLName name) |
void |
SQLCreateTriggerStatement.setName(SQLName name) |
void |
SQLCreateTableStatement.setName(SQLName name) |
void |
SQLCreateSequenceStatement.setName(SQLName name) |
void |
SQLCreateProcedureStatement.setName(SQLName name) |
void |
SQLCreateIndexStatement.setName(SQLName name) |
void |
SQLCreateDatabaseStatement.setName(SQLName name) |
void |
SQLConstraintImpl.setName(SQLName name) |
void |
SQLConstraint.setName(SQLName value) |
void |
SQLColumnDefinition.setName(SQLName name) |
void |
SQLAlterViewRenameStatement.setName(SQLName name) |
void |
SQLAlterTableStatement.setName(SQLName name) |
void |
SQLAlterTableAddIndex.setName(SQLName name) |
void |
SQLAlterDatabaseStatement.setName(SQLName name) |
void |
SQLDescribeStatement.setObject(SQLName object) |
void |
SQLCreateTriggerStatement.setOn(SQLName on) |
void |
SQLCallStatement.setProcedureName(SQLName procedureName) |
void |
SQLForeignKeyImpl.setReferencedTableName(SQLName value) |
void |
SQLForeignKeyConstraint.setReferencedTableName(SQLName value) |
void |
SQLCreateIndexStatement.setTable(SQLName table) |
void |
SQLColumnReference.setTable(SQLName table) |
void |
SQLInsertInto.setTableName(SQLName tableName) |
void |
SQLDeleteStatement.setTableName(SQLName tableName) |
void |
SQLInsertInto.setTableSource(SQLName tableName) |
void |
SQLRollbackStatement.setTo(SQLName to) |
void |
SQLAlterViewRenameStatement.setTo(SQLName to) |
void |
SQLAlterTableRenameColumn.setTo(SQLName to) |
Modifier and Type | Method and Description |
---|---|
void |
SQLColumnReference.setColumns(List<SQLName> columns) |
Constructor and Description |
---|
SQLDropTableStatement(SQLName name) |
SQLDropTableStatement(SQLName name,
String dbType) |
SQLDropViewStatement(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlKey.getIndexName() |
SQLName |
MysqlForeignKey.getIndexName() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
MySqlIndexHintImpl.getIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlKey.setIndexName(SQLName indexName) |
void |
MysqlForeignKey.setIndexName(SQLName indexName) |
Modifier and Type | Method and Description |
---|---|
void |
MySqlIndexHintImpl.setIndexList(List<SQLName> indexList) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlUserName |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlDescribeStatement.getColName() |
SQLName |
MySqlAlterTableAlterColumn.getColumn() |
SQLName |
MySqlAlterTableChangeColumn.getColumnName() |
SQLName |
MySqlShowTriggersStatement.getDatabase() |
SQLName |
MySqlShowKeysStatement.getDatabase() |
SQLName |
MySqlShowIndexesStatement.getDatabase() |
SQLName |
MySqlShowDatabasesStatement.getDatabase() |
SQLName |
MySqlShowColumnsStatement.getDatabase() |
SQLName |
MySqlTableIndex.getName() |
SQLName |
MySqlPrepareStatement.getName() |
SQLName |
MySqlCreateTableStatement.TableSpaceOption.getName() |
SQLName |
MySqlSelectQueryBlock.getProcedureName() |
SQLName |
MySqlExecuteStatement.getStatementName() |
SQLName |
MysqlDeallocatePrepareStatement.getStatementName() |
SQLName |
MySqlShowKeysStatement.getTable() |
SQLName |
MySqlShowIndexesStatement.getTable() |
SQLName |
MySqlShowColumnsStatement.getTable() |
SQLName |
MySqlCreateTableStatement.getTableGroup() |
SQLName |
MySqlReplaceStatement.getTableName() |
SQLName |
MySqlLoadXmlStatement.getTableName() |
SQLName |
MySqlLoadDataInFileStatement.getTableName() |
SQLName |
MySqlSetPasswordStatement.getUser() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
MySqlSubPartitionByKey.getColumns() |
List<SQLName> |
MySqlPartitionByKey.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlSubPartitionByKey.addColumn(SQLName column) |
void |
MySqlPartitionByKey.addColumn(SQLName column) |
void |
MySqlDescribeStatement.setColName(SQLName colName) |
void |
MySqlAlterTableAlterColumn.setColumn(SQLName column) |
void |
MySqlAlterTableChangeColumn.setColumnName(SQLName columnName) |
void |
MySqlShowTriggersStatement.setDatabase(SQLName database) |
void |
MySqlShowKeysStatement.setDatabase(SQLName database) |
void |
MySqlShowIndexesStatement.setDatabase(SQLName database) |
void |
MySqlShowDatabasesStatement.setDatabase(SQLName database) |
void |
MySqlShowColumnsStatement.setDatabase(SQLName database) |
void |
MySqlCreateTableStatement.setLike(SQLName like) |
void |
MySqlTableIndex.setName(SQLName name) |
void |
MySqlPrepareStatement.setName(SQLName name) |
void |
MySqlCreateTableStatement.TableSpaceOption.setName(SQLName name) |
void |
MySqlSelectQueryBlock.setProcedureName(SQLName procedureName) |
void |
MySqlExecuteStatement.setStatementName(SQLName statementName) |
void |
MysqlDeallocatePrepareStatement.setStatementName(SQLName statementName) |
void |
MySqlShowKeysStatement.setTable(SQLName table) |
void |
MySqlShowIndexesStatement.setTable(SQLName table) |
void |
MySqlShowColumnsStatement.setTable(SQLName table) |
void |
MySqlCreateTableStatement.setTableGroup(SQLName tableGroup) |
void |
MySqlReplaceStatement.setTableName(SQLName tableName) |
void |
MySqlLoadXmlStatement.setTableName(SQLName tableName) |
void |
MySqlLoadDataInFileStatement.setTableName(SQLName tableName) |
void |
MySqlLockTableStatement.setTableSource(SQLName name) |
void |
MySqlSetPasswordStatement.setUser(SQLName user) |
Constructor and Description |
---|
MySqlPrepareStatement(SQLName name,
SQLExpr from) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlExprParser.nameRest(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlExprParser.nameRest(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
OdpsStatisticClause.ColumnStatisticClause.getColumn() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
OdpsValuesTableSource.getColumns() |
List<SQLName> |
OdpsSetLabelStatement.getColumns() |
List<SQLName> |
OdpsReadStatement.getColumns() |
List<SQLName> |
OdpsLateralViewTableSource.getColumns() |
List<SQLName> |
OdpsGrantStmt.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
OdpsStatisticClause.ColumnStatisticClause.setColumn(SQLName column) |
void |
OdpsCreateTableStatement.setLike(SQLName like) |
void |
OdpsRemoveStatisticStatement.setTable(SQLName table) |
void |
OdpsReadStatement.setTable(SQLName table) |
void |
OdpsAnalyzeTableStatement.setTable(SQLName table) |
void |
OdpsAddStatisticStatement.setTable(SQLName table) |
void |
OdpsInsert.setTableSource(SQLName tableName) |
Modifier and Type | Method and Description |
---|---|
void |
OdpsGrantStmt.setColumnList(List<SQLName> columns) |
void |
OdpsLateralViewTableSource.setColumns(List<SQLName> columns) |
Modifier and Type | Method and Description |
---|---|
SQLName |
PartitionExtensionClause.getPartition() |
SQLName |
OracleLobStorageClause.getTableSpace() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
PartitionExtensionClause.getFor() |
List<SQLName> |
OracleLobStorageClause.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionExtensionClause.setPartition(SQLName partition) |
void |
OracleLobStorageClause.setTableSpace(SQLName tableSpace) |
Modifier and Type | Class and Description |
---|---|
class |
OracleDbLinkExpr |
Modifier and Type | Method and Description |
---|---|
SQLName |
OracleUnique.getExceptionsInto() |
SQLName |
OraclePrimaryKey.getExceptionsInto() |
SQLName |
OracleForeignKey.getExceptionsInto() |
SQLName |
OracleConstraint.getExceptionsInto() |
SQLName |
OracleCheck.getExceptionsInto() |
SQLName |
OracleUsingIndexClause.getIndex() |
SQLName |
OracleForStatement.getIndex() |
SQLName |
OracleLabelStatement.getLabel() |
SQLName |
OracleGotoStatement.getLabel() |
SQLName |
OraclePrimaryKey.getName() |
SQLName |
OracleDropDbLinkStatement.getName() |
SQLName |
OracleCreateDatabaseDbLinkStatement.getName() |
SQLName |
OracleAlterViewStatement.getName() |
SQLName |
OracleAlterTriggerStatement.getName() |
SQLName |
OracleAlterTableTruncatePartition.getName() |
SQLName |
OracleAlterTableSplitPartition.getName() |
SQLName |
OracleAlterTablespaceStatement.getName() |
SQLName |
OracleAlterTableMoveTablespace.getName() |
SQLName |
OracleAlterTableDropPartition.getName() |
SQLName |
OracleAlterSynonymStatement.getName() |
SQLName |
OracleAlterIndexStatement.getName() |
SQLName |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.getPartition() |
SQLName |
OracleAlterIndexStatement.getRenameTo() |
SQLName |
OracleLockTableStatement.getTable() |
SQLName |
OracleUsingIndexClause.getTablespace() |
SQLName |
OracleCreateTableStatement.getTablespace() |
SQLName |
OracleCreateIndexStatement.getTablespace() |
SQLName |
OracleAlterTableSplitPartition.TableSpaceItem.getTablespace() |
SQLName |
OracleSavePointStatement.getTo() |
SQLName |
OracleCreateDatabaseDbLinkStatement.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
OracleUnique.setExceptionsInto(SQLName exceptionsInto) |
void |
OraclePrimaryKey.setExceptionsInto(SQLName exceptionsInto) |
void |
OracleForeignKey.setExceptionsInto(SQLName exceptionsInto) |
void |
OracleConstraint.setExceptionsInto(SQLName exceptionsInto) |
void |
OracleCheck.setExceptionsInto(SQLName exceptionsInto) |
void |
OracleUsingIndexClause.setIndex(SQLName index) |
void |
OracleForStatement.setIndex(SQLName index) |
void |
OracleLabelStatement.setLabel(SQLName label) |
void |
OracleGotoStatement.setLabel(SQLName label) |
void |
OraclePrimaryKey.setName(SQLName name) |
void |
OracleDropDbLinkStatement.setName(SQLName name) |
void |
OracleCreateDatabaseDbLinkStatement.setName(SQLName name) |
void |
OracleAlterViewStatement.setName(SQLName name) |
void |
OracleAlterTriggerStatement.setName(SQLName name) |
void |
OracleAlterTableTruncatePartition.setName(SQLName name) |
void |
OracleAlterTableSplitPartition.setName(SQLName name) |
void |
OracleAlterTablespaceStatement.setName(SQLName name) |
void |
OracleAlterTableMoveTablespace.setName(SQLName name) |
void |
OracleAlterTableDropPartition.setName(SQLName name) |
void |
OracleAlterSynonymStatement.setName(SQLName name) |
void |
OracleAlterIndexStatement.setName(SQLName name) |
void |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.setPartition(SQLName partition) |
void |
OracleAlterIndexStatement.setRenameTo(SQLName renameTo) |
void |
OracleLockTableStatement.setTable(SQLName table) |
void |
OracleUsingIndexClause.setTablespace(SQLName tablespace) |
void |
OracleCreateTableStatement.setTablespace(SQLName tablespace) |
void |
OracleCreateIndexStatement.setTablespace(SQLName tablespace) |
void |
OracleAlterTableSplitPartition.TableSpaceItem.setTablespace(SQLName tablespace) |
void |
OracleSavePointStatement.setTo(SQLName to) |
void |
OracleCreateDatabaseDbLinkStatement.setUser(SQLName user) |
Constructor and Description |
---|
OracleGotoStatement(SQLName label) |
OracleLabelStatement(SQLName label) |
TableSpaceItem(SQLName tablespace) |
Modifier and Type | Method and Description |
---|---|
SQLName |
OracleExprParser.name() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
PGDeleteStatement.getUsing() |
Modifier and Type | Method and Description |
---|---|
void |
PGDeleteStatement.setUsing(List<SQLName> using) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerObjectReferenceExpr |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLServerExecStatement.getModuleName() |
SQLName |
SQLServerExecStatement.getReturnStatus() |
Modifier and Type | Method and Description |
---|---|
void |
SQLServerExecStatement.setModuleName(SQLName moduleName) |
void |
SQLServerExecStatement.setReturnStatus(SQLName returnStatus) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLServerExprParser.nameRest(SQLName expr) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLServerExprParser.nameRest(SQLName expr) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLExprParser.name() |
SQLName |
SQLExprParser.nameRest(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLExprParser.nameRest(SQLName name) |
Modifier and Type | Method and Description |
---|---|
void |
SQLExprParser.names(Collection<SQLName> exprCol) |
void |
SQLExprParser.names(Collection<SQLName> exprCol,
SQLObject parent) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.