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

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

public interface TableNameDirect
extends TableName

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

Author:
Stanislav Muhametsin

Method Summary
 String getTableName()
          Gets name of the table.
 
Methods inherited from interface org.sql.generation.api.grammar.common.TableName
getSchemaName
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

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

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


Copyright © 2010-2012. All Rights Reserved.