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

All Superinterfaces:
org.atp.api.Typeable<TableName>

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

A table name may be just table name, or schema-qualified table name.

Author:
Stanislav Muhametsin

Method Summary
 String getSchemaName()
          Gets the schema name.
 String getTableName()
          Gets name of the table.
 
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.

getTableName

String getTableName()
Gets name of the table. Returns always non-null.

Returns:
The name of the table. Always non-null.


Copyright © 2010. All Rights Reserved.