org.sql.generation.api.grammar.modification
Interface TargetTable

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

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

This syntax element represents the target table of DELETE FROM and UPDATE statements.

Author:
Stanislav Muhametsin

Method Summary
 TableNameDirect getTableName()
          Returns the table name of the target table.
 Boolean isOnly()
          Returns whether only this table should be updated (and not, for example, inheriting tables).
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

isOnly

Boolean isOnly()
Returns whether only this table should be updated (and not, for example, inheriting tables).

Returns:
true if only this table should be updated; false otherwise.

getTableName

TableNameDirect getTableName()
Returns the table name of the target table.

Returns:
The table name of the target table.
See Also:
TableName


Copyright © 2010-2012. All Rights Reserved.