Uses of Class
com.akiban.sql.parser.TableName

Packages that use TableName
com.akiban.sql.parser   
com.akiban.sql.unparser   
com.akiban.sql.views   
 

Uses of TableName in com.akiban.sql.parser
 

Fields in com.akiban.sql.parser declared as TableName
protected  TableName ConstraintDefinitionNode.constraintName
           
protected  TableName RenameNode.newTableName
           
protected  TableName FromTable.origTableName
          the original unbound table name
protected  TableName DMLModStatementNode.targetTableName
           
 

Methods in com.akiban.sql.parser that return TableName
 TableName FromVTI.getExposedTableName()
           
 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 CreateIndexNode.getIndexName()
           
 TableName CreateIndexNode.getIndexTableName()
           
 TableName RenameNode.getNewTableName()
           
 TableName IndexDefinition.getObjectName()
           
 TableName IndexConstraintDefinitionNode.getObjectName()
           
 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 CopyStatementNode.getTableName()
           
 TableName FromBaseTable.getTableName()
          Return the table name for this table.
 TableName IndexColumn.getTableName()
           
 TableName ColumnReference.getTableNameNode()
          Return the table name as the node it is.
 TableName AllResultColumn.getTableNameObject()
           
 TableName ResultColumn.getTableNameObject()
           
 TableName DMLModStatementNode.getTargetTableName()
           
static TableName QueryTreeNode.makeTableName(NodeFactory nodeFactory, SQLParserContext parserContext, String schemaName, String flatName)
           
 TableName QueryTreeNode.makeTableName(String schemaName, String flatName)
           
 TableName AlterTableRenameNode.newName()
           
 

Methods in com.akiban.sql.parser with parameters of type TableName
 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)
           
 

Uses of TableName in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type TableName
protected  String NodeToString.tableName(TableName node)
           
 

Uses of TableName in com.akiban.sql.views
 

Methods in com.akiban.sql.views that return TableName
 TableName ViewDefinition.getName()
          Get the name of the view.
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.