|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TargetTable
This syntax element represents the target table of DELETE FROM and UPDATE statements.
| 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 |
|---|
Boolean isOnly()
true if only this table should be updated; false otherwise.TableNameDirect getTableName()
TableName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||