org.sql.generation.api.grammar.definition.table
Interface LikeClause

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

public interface LikeClause
extends TableElement

This syntax element represents the LIKE <table name> clause in table definition.

Author:
Stanislav Muhametsin
See Also:
TableDefinition

Method Summary
 TableName getTableName()
          Returns the name of the table for this LIKE clause.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

TableName getTableName()
Returns the name of the table for this LIKE clause.

Returns:
The name of the table for this LIKE clause.


Copyright © 2010. All Rights Reserved.