Package overit.geocall.sql.code
Class Insert
java.lang.Object
overit.geocall.sql.code.fragment.Fragment
overit.geocall.sql.code.fragment.FragmentSequence
overit.geocall.sql.code.Sql
overit.geocall.sql.code.Insert
The class extends
Sql ad aims to represnt and define an instance of sql statement "INSERTO INTO VALUES".-
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
-
_values
-
-
Constructor Details
-
Insert
The class's constructor that sets the structure of the sql statement (as Fragment) "INSERT INTO table VALUES".
For example the values, in the statement, are separated by a comma ecc.- Parameters:
table- The table in wich we want to insert datas.
-
-
Method Details
-
values
Gets the current values set into "INSERT INTO VALUES" statement.- Returns:
- The current values.
-