Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser | |
com.akiban.sql.views |
Modifier and Type | Field and Description |
---|---|
protected TableName |
RenameNode.newTableName |
protected TableName |
FromTable.origTableName
the original unbound table name
|
protected TableName |
DMLModStatementNode.targetTableName |
Modifier and Type | Method and Description |
---|---|
TableName |
FromBaseTable.getExposedTableName()
Get the exposed table name for this table, which is the name that can
be used to refer to it in the rest of the query.
|
TableName |
FromVTI.getExposedTableName() |
TableName |
CreateIndexNode.getIndexName() |
TableName |
CreateIndexNode.getIndexTableName() |
TableName |
RenameNode.getNewTableName() |
TableName |
DDLStatementNode.getObjectName() |
TableName |
FromTable.getOrigTableName()
Gets the original or unbound table name for this FromTable.
|
TableName |
StaticMethodCallNode.getProcedureName() |
TableName |
FKConstraintDefinitionNode.getRefTableName() |
TableName |
CurrentSequenceNode.getSequenceName() |
TableName |
NextSequenceNode.getSequenceName() |
TableName |
FromTable.getTableName()
Return a TableName node representing this FromTable.
|
TableName |
FromBaseTable.getTableName()
Return the table name for this table.
|
TableName |
CopyStatementNode.getTableName() |
TableName |
IndexColumn.getTableName() |
TableName |
ColumnReference.getTableNameNode()
Return the table name as the node it is.
|
TableName |
ResultColumn.getTableNameObject() |
TableName |
AllResultColumn.getTableNameObject() |
TableName |
DMLModStatementNode.getTargetTableName() |
static TableName |
QueryTreeNode.makeTableName(NodeFactory nodeFactory,
SQLParserContext parserContext,
java.lang.String schemaName,
java.lang.String flatName) |
TableName |
QueryTreeNode.makeTableName(java.lang.String schemaName,
java.lang.String flatName) |
TableName |
AlterTableRenameNode.newName() |
Modifier and Type | Method and Description |
---|---|
boolean |
TableName.equals(TableName otherTableName)
2 TableNames are equal if their both their schemaNames and tableNames are
equal, or if this node's full table name is null (which happens when a
SELECT * is expanded).
|
void |
FromTable.setOrigTableName(TableName tableName)
Sets the original or unbound table name for this FromTable.
|
void |
ColumnReference.setTableNameNode(TableName tableName) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.tableName(TableName node) |
Modifier and Type | Method and Description |
---|---|
TableName |
ViewDefinition.getName()
Get the name of the view.
|
Copyright © 2013. All Rights Reserved.