Modifier and Type | Method and Description |
---|---|
static boolean |
SQLUtils.nameEquals(SQLName a,
SQLName b) |
Modifier and Type | Method and Description |
---|---|
SQLName |
SQLName.clone() |
SQLName |
SQLSubPartitionByList.getColumn() |
SQLName |
SQLParameter.getCursorName() |
SQLName |
SQLSubPartition.getName() |
SQLName |
SQLPartition.getName() |
SQLName |
SQLParameter.getName() |
SQLName |
SQLDeclareItem.getName() |
SQLName |
SQLOver.getOf() |
SQLName |
SQLSubPartition.getTableSpace() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
SQLSubPartitionByRange.getColumns() |
List<SQLName> |
SQLPartitionBy.getStoreIn() |
Modifier and Type | Method and Description |
---|---|
void |
SQLSubPartitionByList.setColumn(SQLName column) |
void |
SQLParameter.setCursorName(SQLName cursorName) |
void |
SQLSubPartition.setName(SQLName name) |
void |
SQLPartition.setName(SQLName name) |
void |
SQLParameter.setName(SQLName name) |
void |
SQLDeclareItem.setName(SQLName name) |
void |
SQLOver.setOf(SQLName of) |
void |
SQLSubPartition.setTableSpace(SQLName tableSpace) |
Constructor and Description |
---|
SQLDeclareItem(SQLName name,
SQLDataType dataType) |
SQLDeclareItem(SQLName name,
SQLDataType dataType,
SQLExpr value) |
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 |
SQLCreateProcedureStatement.getAuthid() |
SQLName |
SQLCreateFunctionStatement.getAuthid() |
SQLName |
SQLDescribeStatement.getColumn() |
SQLName |
SQLAlterTableRenameColumn.getColumn() |
SQLName |
SQLAlterTableEnableConstraint.getConstraintName() |
SQLName |
SQLAlterTableDropConstraint.getConstraintName() |
SQLName |
SQLAlterTableDisableConstraint.getConstraintName() |
SQLName |
SQLOpenStatement.getCursorName() |
SQLName |
SQLFetchStatement.getCursorName() |
SQLName |
SQLCloseStatement.getCursorName() |
SQLName |
SQLUseStatement.getDatabase() |
SQLName |
SQLShowTablesStatement.getDatabase() |
SQLName |
SQLCreateViewStatement.getDefiner() |
SQLName |
SQLCreateTriggerStatement.getDefiner() |
SQLName |
SQLCreateProcedureStatement.getDefiner() |
SQLName |
SQLCreateFunctionStatement.getDefiner() |
SQLName |
SQLAlterViewStatement.getDefiner() |
SQLName |
SQLAlterTableAddColumn.getFirstColumn() |
SQLName |
SQLDropIndexStatement.getIndexName() |
SQLName |
SQLAlterTableDropIndex.getIndexName() |
SQLName |
SQLAlterTableDropForeignKey.getIndexName() |
SQLName |
SQLErrorLoggingClause.getInto() |
SQLName |
SQLAlterTableDropKey.getKeyName() |
SQLName |
SQLExprTableSource.getName() |
SQLName |
SQLDropTriggerStatement.getName() |
SQLName |
SQLDropTableSpaceStatement.getName() |
SQLName |
SQLDropSynonymStatement.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 |
SQLCreateMaterializedViewStatement.getName() |
SQLName |
SQLCreateIndexStatement.getName() |
SQLName |
SQLCreateFunctionStatement.getName() |
SQLName |
SQLCreateDatabaseStatement.getName() |
SQLName |
SQLConstraintImpl.getName() |
SQLName |
SQLConstraint.getName() |
SQLName |
SQLColumnDefinition.getName() |
SQLName |
SQLAlterViewStatement.getName() |
SQLName |
SQLAlterViewRenameStatement.getName() |
SQLName |
SQLAlterTypeStatement.getName() |
SQLName |
SQLAlterTableStatement.getName() |
SQLName |
SQLAlterTableAddIndex.getName() |
SQLName |
SQLAlterFunctionStatement.getName() |
SQLName |
SQLAlterDatabaseStatement.getName() |
SQLName |
SQLDescribeStatement.getObject() |
SQLName |
SQLAlterTableAlterColumn.getOriginColumn() |
SQLName |
SQLCallStatement.getProcedureName() |
SQLName |
SQLForeignKeyImpl.getReferencedTableName() |
SQLName |
SQLForeignKeyConstraint.getReferencedTableName() |
SQLName |
SQLCreateTableStatement.getStoredAs() |
SQLName |
SQLColumnReference.getTable() |
SQLName |
SQLUpdateStatement.getTableName() |
SQLName |
SQLReplaceStatement.getTableName() |
SQLName |
SQLInsertInto.getTableName() |
SQLName |
SQLDeleteStatement.getTableName() |
SQLName |
SQLCreateTableStatement.getTablespace() |
SQLName |
SQLCreateMaterializedViewStatement.getTablespace() |
SQLName |
SQLRollbackStatement.getTo() |
SQLName |
SQLAlterViewRenameStatement.getTo() |
SQLName |
SQLAlterTableRenameColumn.getTo() |
SQLName |
SQLAlterTableRename.getToName() |
SQLName |
SQLCreateUserStatement.getUser() |
SQLName |
SQLCreateFunctionStatement.getUsing() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
SQLWithSubqueryClause.Entry.getColumns() |
List<SQLName> |
SQLOpenStatement.getColumns() |
List<SQLName> |
SQLLateralViewTableSource.getColumns() |
List<SQLName> |
SQLCreateMaterializedViewStatement.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() |
List<SQLName> |
SQLCreateTriggerStatement.getUpdateOfColumns() |
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) |
boolean |
SQLUnique.applyColumnRename(SQLName columnName,
SQLName to) |
boolean |
SQLUnique.applyDropColumn(SQLName columnName) |
boolean |
SQLCreateTableStatement.isReferenced(SQLName tableName) |
static SQLSetStatement |
SQLSetStatement.plus(SQLName target) |
void |
SQLAlterTableAddColumn.setAfterColumn(SQLName after) |
void |
SQLCreateProcedureStatement.setAuthid(SQLName authid) |
void |
SQLCreateFunctionStatement.setAuthid(SQLName authid) |
void |
SQLDescribeStatement.setColumn(SQLName column) |
void |
SQLAlterTableRenameColumn.setColumn(SQLName column) |
void |
SQLAlterTableEnableConstraint.setConstraintName(SQLName constraintName) |
void |
SQLAlterTableDropConstraint.setConstraintName(SQLName constraintName) |
void |
SQLAlterTableDisableConstraint.setConstraintName(SQLName constraintName) |
void |
SQLOpenStatement.setCursorName(SQLName cursorName) |
void |
SQLFetchStatement.setCursorName(SQLName cursorName) |
void |
SQLCloseStatement.setCursorName(SQLName cursorName) |
void |
SQLUseStatement.setDatabase(SQLName database) |
void |
SQLShowTablesStatement.setDatabase(SQLName database) |
void |
SQLCreateViewStatement.setDefiner(SQLName definer) |
void |
SQLCreateTriggerStatement.setDefiner(SQLName x) |
void |
SQLCreateProcedureStatement.setDefiner(SQLName definer) |
void |
SQLCreateFunctionStatement.setDefiner(SQLName definer) |
void |
SQLAlterViewStatement.setDefiner(SQLName definer) |
void |
SQLAlterTableAddColumn.setFirstColumn(SQLName first) |
void |
SQLDropIndexStatement.setIndexName(SQLName indexName) |
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 |
SQLCreateTableStatement.setLike(SQLName like) |
void |
SQLDropViewStatement.setName(SQLName name) |
void |
SQLDropTriggerStatement.setName(SQLName name) |
void |
SQLDropTableStatement.setName(SQLName name) |
void |
SQLDropTableSpaceStatement.setName(SQLName x) |
void |
SQLDropSynonymStatement.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 |
SQLCreateMaterializedViewStatement.setName(SQLName name) |
void |
SQLCreateIndexStatement.setName(SQLName name) |
void |
SQLCreateFunctionStatement.setName(SQLName name) |
void |
SQLCreateDatabaseStatement.setName(SQLName name) |
void |
SQLConstraintImpl.setName(SQLName name) |
void |
SQLConstraint.setName(SQLName value) |
void |
SQLColumnDefinition.setName(SQLName name) |
void |
SQLAlterViewStatement.setName(SQLName name) |
void |
SQLAlterViewRenameStatement.setName(SQLName name) |
void |
SQLAlterTypeStatement.setName(SQLName name) |
void |
SQLAlterTableStatement.setName(SQLName name) |
void |
SQLAlterTableAddIndex.setName(SQLName name) |
void |
SQLAlterFunctionStatement.setName(SQLName name) |
void |
SQLAlterDatabaseStatement.setName(SQLName name) |
void |
SQLDescribeStatement.setObject(SQLName object) |
void |
SQLCreateTriggerStatement.setOn(SQLName on) |
void |
SQLCommentStatement.setOn(SQLName on) |
void |
SQLAlterTableAlterColumn.setOriginColumn(SQLName originColumn) |
void |
SQLCallStatement.setProcedureName(SQLName procedureName) |
void |
SQLForeignKeyImpl.setReferencedTableName(SQLName value) |
void |
SQLForeignKeyConstraint.setReferencedTableName(SQLName value) |
void |
SQLCreateTableStatement.setStoredAs(SQLName x) |
void |
SQLCreateIndexStatement.setTable(SQLName table) |
void |
SQLColumnReference.setTable(SQLName table) |
void |
SQLReplaceStatement.setTableName(SQLName tableName) |
void |
SQLInsertInto.setTableName(SQLName tableName) |
void |
SQLDropIndexStatement.setTableName(SQLName tableName) |
void |
SQLDeleteStatement.setTableName(SQLName tableName) |
void |
SQLInsertInto.setTableSource(SQLName tableName) |
void |
SQLCreateTableStatement.setTablespace(SQLName tablespace) |
void |
SQLCreateMaterializedViewStatement.setTablespace(SQLName tablespace) |
void |
SQLRollbackStatement.setTo(SQLName to) |
void |
SQLAlterViewRenameStatement.setTo(SQLName to) |
void |
SQLAlterTableRenameColumn.setTo(SQLName to) |
void |
SQLCreateUserStatement.setUser(SQLName user) |
void |
SQLCreateFunctionStatement.setUsing(SQLName using) |
Modifier and Type | Method and Description |
---|---|
void |
SQLLateralViewTableSource.setColumns(List<SQLName> columns) |
void |
SQLColumnReference.setColumns(List<SQLName> columns) |
Constructor and Description |
---|
SQLDeclareStatement(SQLName name,
SQLDataType dataType) |
SQLDeclareStatement(SQLName name,
SQLDataType dataType,
SQLExpr value) |
SQLDropTableStatement(SQLName name) |
SQLDropTableStatement(SQLName name,
String dbType) |
SQLDropViewStatement(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
DB2CreateTableStatement.getDatabase() |
SQLName |
DB2CreateTableStatement.getValidproc() |
Modifier and Type | Method and Description |
---|---|
void |
DB2CreateTableStatement.setDatabase(SQLName database) |
void |
DB2CreateTableStatement.setValidproc(SQLName validproc) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MysqlForeignKey.getIndexName() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
MySqlIndexHintImpl.getIndexList() |
Modifier and Type | Method and Description |
---|---|
void |
MysqlForeignKey.setIndexName(SQLName indexName) |
Modifier and Type | Method and Description |
---|---|
void |
MySqlIndexHintImpl.setIndexList(List<SQLName> indexList) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlCursorDeclareStatement.getCursorName() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlCursorDeclareStatement.setCursorName(SQLName cursorName) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlUserName |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlAlterTableModifyColumn.getAfterColumn() |
SQLName |
MySqlAlterTableChangeColumn.getAfterColumn() |
SQLName |
MySqlAlterTableAlterColumn.getColumn() |
SQLName |
MySqlExplainStatement.getColumnName() |
SQLName |
MySqlAlterTableChangeColumn.getColumnName() |
SQLName |
MySqlShowTriggersStatement.getDatabase() |
SQLName |
MySqlShowKeysStatement.getDatabase() |
SQLName |
MySqlShowIndexesStatement.getDatabase() |
SQLName |
MySqlShowDatabasesStatement.getDatabase() |
SQLName |
MySqlShowColumnsStatement.getDatabase() |
SQLName |
MySqlCreateEventStatement.getDefiner() |
SQLName |
MySqlAlterEventStatement.getDefiner() |
SQLName |
MySqlAlterTableModifyColumn.getFirstColumn() |
SQLName |
MySqlAlterTableChangeColumn.getFirstColumn() |
SQLName |
MySqlCreateServerStatement.getForeignDataWrapper() |
SQLName |
MySqlTableIndex.getName() |
SQLName |
MySqlShowCreateTableStatement.getName() |
SQLName |
MySqlRenameTableStatement.Item.getName() |
SQLName |
MySqlPrepareStatement.getName() |
SQLName |
MySqlCreateTableStatement.TableSpaceOption.getName() |
SQLName |
MySqlCreateTableSpaceStatement.getName() |
SQLName |
MySqlCreateServerStatement.getName() |
SQLName |
MySqlCreateEventStatement.getName() |
SQLName |
MySqlCreateAddLogFileGroupStatement.getName() |
SQLName |
MySqlAlterTablespaceStatement.getName() |
SQLName |
MySqlAlterServerStatement.getName() |
SQLName |
MySqlAlterLogFileGroupStatement.getName() |
SQLName |
MySqlAlterEventStatement.getName() |
SQLName |
MySqlSelectQueryBlock.getProcedureName() |
SQLName |
MySqlCreateEventStatement.getRenameTo() |
SQLName |
MySqlAlterEventStatement.getRenameTo() |
SQLName |
MySqlExecuteStatement.getStatementName() |
SQLName |
MysqlDeallocatePrepareStatement.getStatementName() |
SQLName |
MySqlShowKeysStatement.getTable() |
SQLName |
MySqlShowIndexesStatement.getTable() |
SQLName |
MySqlShowColumnsStatement.getTable() |
SQLName |
MySqlCreateTableStatement.getTableGroup() |
SQLName |
MySqlLoadXmlStatement.getTableName() |
SQLName |
MySqlLoadDataInFileStatement.getTableName() |
SQLName |
MySqlExplainStatement.getTableName() |
SQLName |
MySqlRenameTableStatement.Item.getTo() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
MySqlSubPartitionByKey.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlSubPartitionByKey.addColumn(SQLName column) |
void |
MySqlFlushStatement.addTable(SQLName name) |
boolean |
MySqlTableIndex.applyColumnRename(SQLName columnName,
SQLName to) |
boolean |
MySqlTableIndex.applyDropColumn(SQLName columnName) |
void |
MySqlAlterTableModifyColumn.setAfterColumn(SQLName afterColumn) |
void |
MySqlAlterTableChangeColumn.setAfterColumn(SQLName afterColumn) |
void |
MySqlAlterTableAlterColumn.setColumn(SQLName column) |
void |
MySqlExplainStatement.setColumnName(SQLName columnName) |
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 |
MySqlCreateEventStatement.setDefiner(SQLName definer) |
void |
MySqlAlterEventStatement.setDefiner(SQLName definer) |
void |
MySqlAlterTableModifyColumn.setFirstColumn(SQLName firstColumn) |
void |
MySqlAlterTableChangeColumn.setFirstColumn(SQLName firstColumn) |
void |
MySqlCreateServerStatement.setForeignDataWrapper(SQLName x) |
void |
MySqlTableIndex.setName(SQLName name) |
void |
MySqlShowCreateTableStatement.setName(SQLName name) |
void |
MySqlRenameTableStatement.Item.setName(SQLName name) |
void |
MySqlPrepareStatement.setName(SQLName name) |
void |
MySqlCreateTableStatement.TableSpaceOption.setName(SQLName name) |
void |
MySqlCreateTableSpaceStatement.setName(SQLName x) |
void |
MySqlCreateServerStatement.setName(SQLName x) |
void |
MySqlCreateEventStatement.setName(SQLName name) |
void |
MySqlCreateAddLogFileGroupStatement.setName(SQLName name) |
void |
MySqlAlterTablespaceStatement.setName(SQLName name) |
void |
MySqlAlterServerStatement.setName(SQLName name) |
void |
MySqlAlterLogFileGroupStatement.setName(SQLName name) |
void |
MySqlAlterEventStatement.setName(SQLName name) |
void |
MySqlSelectQueryBlock.setProcedureName(SQLName procedureName) |
void |
MySqlCreateEventStatement.setRenameTo(SQLName renameTo) |
void |
MySqlAlterEventStatement.setRenameTo(SQLName renameTo) |
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 |
MySqlLoadXmlStatement.setTableName(SQLName tableName) |
void |
MySqlLoadDataInFileStatement.setTableName(SQLName tableName) |
void |
MySqlExplainStatement.setTableName(SQLName tableName) |
void |
MySqlLockTableStatement.setTableSource(SQLName name) |
void |
MySqlRenameTableStatement.Item.setTo(SQLName to) |
Constructor and Description |
---|
MySqlPrepareStatement(SQLName name,
SQLExpr from) |
Modifier and Type | Method and Description |
---|---|
SQLName |
MySqlExprParser.nameRest(SQLName name) |
SQLName |
MySqlExprParser.userName() |
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> |
OdpsCreateTableStatement.getClusteredBy() |
List<SQLName> |
OdpsValuesTableSource.getColumns() |
List<SQLName> |
OdpsSetLabelStatement.getColumns() |
List<SQLName> |
OdpsReadStatement.getColumns() |
List<SQLName> |
OdpsGrantStmt.getColumns() |
List<SQLName> |
OdpsCreateTableStatement.getSortedBy() |
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) |
Modifier and Type | Method and Description |
---|---|
SQLName |
OracleSegmentAttributesImpl.getTablespace() |
SQLName |
OracleSegmentAttributes.getTablespace() |
Modifier and Type | Method and Description |
---|---|
void |
OracleSegmentAttributesImpl.setTablespace(SQLName tablespace) |
void |
OracleSegmentAttributes.setTablespace(SQLName name) |
Modifier and Type | Method and Description |
---|---|
SQLName |
PartitionExtensionClause.getPartition() |
SQLName |
OracleLobStorageClause.getSegementName() |
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.setSegementName(SQLName segementName) |
Modifier and Type | Class and Description |
---|---|
class |
OracleDbLinkExpr |
Modifier and Type | Method and Description |
---|---|
SQLName |
OracleCreateTypeStatement.getAuthId() |
SQLName |
OracleCreateTableStatement.getCluster() |
SQLName |
OracleForStatement.getEndLabel() |
SQLName |
OracleUnique.getExceptionsInto() |
SQLName |
OraclePrimaryKey.getExceptionsInto() |
SQLName |
OracleForeignKey.getExceptionsInto() |
SQLName |
OracleConstraint.getExceptionsInto() |
SQLName |
OracleCheck.getExceptionsInto() |
SQLName |
OracleCreateTableStatement.Organization.getExternalType() |
SQLName |
OracleSupplementalLogGrp.getGroup() |
SQLName |
OracleUsingIndexClause.getIndex() |
SQLName |
OracleForStatement.getIndex() |
SQLName |
OracleLabelStatement.getLabel() |
SQLName |
OracleGotoStatement.getLabel() |
SQLName |
OracleDropDbLinkStatement.getName() |
SQLName |
OracleCreateTypeStatement.getName() |
SQLName |
OracleCreateTableStatement.OIDIndex.getName() |
SQLName |
OracleCreateSynonymStatement.getName() |
SQLName |
OracleCreatePackageStatement.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 |
OracleCreateSynonymStatement.getObject() |
SQLName |
OracleCreateTableStatement.getOf() |
SQLName |
OracleCreateTypeStatement.getOid() |
SQLName |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.getPartition() |
SQLName |
OracleAlterIndexStatement.getRenameTo() |
SQLName |
OracleCreateIndexStatement.getTablespace() |
SQLName |
OracleAlterTableSplitPartition.TableSpaceItem.getTablespace() |
SQLName |
OracleCreateTypeStatement.getUnder() |
SQLName |
OracleCreateDatabaseDbLinkStatement.getUser() |
Modifier and Type | Method and Description |
---|---|
List<SQLName> |
OracleCreateTableStatement.getClusterColumns() |
List<SQLName> |
OracleSupplementalLogGrp.getColumns() |
List<SQLName> |
OracleCreateIndexStatement.getLocalStoreIn() |
Modifier and Type | Method and Description |
---|---|
void |
OracleSupplementalLogGrp.addColumn(SQLName column) |
void |
OracleCreateTypeStatement.setAuthId(SQLName x) |
void |
OracleCreateTableStatement.setCluster(SQLName cluster) |
void |
OracleForStatement.setEndLabel(SQLName endLabel) |
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 |
OracleCreateTableStatement.Organization.setExternalType(SQLName externalType) |
void |
OracleSupplementalLogGrp.setGroup(SQLName group) |
void |
OracleUsingIndexClause.setIndex(SQLName index) |
void |
OracleForStatement.setIndex(SQLName index) |
void |
OracleLabelStatement.setLabel(SQLName label) |
void |
OracleGotoStatement.setLabel(SQLName label) |
void |
OracleDropDbLinkStatement.setName(SQLName name) |
void |
OracleCreateTypeStatement.setName(SQLName name) |
void |
OracleCreateTableStatement.OIDIndex.setName(SQLName name) |
void |
OracleCreateSynonymStatement.setName(SQLName name) |
void |
OracleCreatePackageStatement.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 |
OracleCreateSynonymStatement.setObject(SQLName object) |
void |
OracleCreateTableStatement.setOf(SQLName of) |
void |
OracleCreateTypeStatement.setOid(SQLName x) |
void |
OracleAlterTableSplitPartition.NestedTablePartitionSpec.setPartition(SQLName partition) |
void |
OracleAlterIndexStatement.setRenameTo(SQLName renameTo) |
void |
OracleLockTableStatement.setTable(SQLName table) |
void |
OracleCreateIndexStatement.setTablespace(SQLName tablespace) |
void |
OracleAlterTableSplitPartition.TableSpaceItem.setTablespace(SQLName tablespace) |
void |
OracleCreateTypeStatement.setUnder(SQLName x) |
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 |
---|---|
SQLName |
PGInsertStatement.getOnConflictConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
PGInsertStatement.setOnConflictConstraint(SQLName x) |
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) |
Modifier and Type | Method and Description |
---|---|
SchemaObject |
SchemaRepository.findTable(SQLName name) |
Modifier and Type | Method and Description |
---|---|
TableStat |
SchemaStatVisitor.getTableStat(SQLName tableName) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.