org.sql.generation.api.grammar.common
Interface TableName

All Superinterfaces:
org.atp.api.Typeable<TableName>
All Known Subinterfaces:
TableNameDirect, TableNameFunction

public interface TableName
extends org.atp.api.Typeable<TableName>

This is common interface for table names. Table name may be either TableNameDirect or TableNameFunction.

Author:
2011 Stanislav Muhametsin

Method Summary
 String getSchemaName()
          Gets the schema name.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getSchemaName

String getSchemaName()
Gets the schema name. Returns null if this is not schema-qualified table name.

Returns:
Schema name of the schema-qualified table name, or null if this is not a schema-qualified table name.


Copyright © 2010-2012. All Rights Reserved.