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

All Superinterfaces:
DeleteStatement, SQLStatement, org.atp.api.Typeable<DeleteStatement>

public interface DeleteBySearch
extends DeleteStatement

This syntax element represents a DELETE FROM statement.

Author:
Stanislav Muhametsin

Method Summary
 TargetTable getTargetTable()
          Returns the target table for this DELETE FROM statement.
 BooleanExpression getWhere()
          Returns the search condition for rows to delete.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTargetTable

TargetTable getTargetTable()
Returns the target table for this DELETE FROM statement.

Returns:
The target table for this DELETE FROM statement.

getWhere

BooleanExpression getWhere()
Returns the search condition for rows to delete.

Returns:
The search condition for rows to delete.


Copyright © 2010-2012. All Rights Reserved.