Package overit.geocall.sql.code
Class Delete
java.lang.Object
overit.geocall.sql.code.fragment.Fragment
overit.geocall.sql.code.fragment.FragmentSequence
overit.geocall.sql.code.Sql
overit.geocall.sql.code.Delete
The class extends
Sql ad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".-
Field Summary
FieldsFields inherited from class overit.geocall.sql.code.fragment.FragmentSequence
_fragments, _prefix, _separator, _suffixFields inherited from class overit.geocall.sql.code.fragment.Fragment
_criterion -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.sql.code.fragment.FragmentSequence
add, add, appendTo, clear, get, sizeMethods inherited from class overit.geocall.sql.code.fragment.Fragment
getCriterion, overlapCriterion, replaceCriterion, toString
-
Field Details
-
_wheres
-
-
Constructor Details
-
Delete
The class's constructor that sets the structure of the sql statement (as Fragment) "DELETE FROM WHERE".- Parameters:
table- The table from wich we want to delete datas datas.
-
-
Method Details
-
where
Gets the current WHERE statement.- Returns:
- The current WHERE statement.
-