Package overit.geocall.sql.code
package overit.geocall.sql.code
-
ClassesClassDescriptionThe class extends
Conditionand aims to implement the AND condition between two clauses.The class extendsSqland aims to create a string of sql code in which there are two select statements divided by a specific operation like UNION,UNION_ALL,EXCEPT ecc.
The entire statement will be enclosed between '(' and ')'.The class extendsFragmentSequenceand aims to add a new Clause or Condition to a Fragment.The class extendsSqlad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".The class extendsSqlad aims to represnt and define an instance of sql statement "INSERTO INTO VALUES".The class extendsConditionand aims to implement the OR condition between two clauses.The class extendsSqland aims to represnt and define an instance of sql code "SELECT FROM WHERE" plus other common clauses like "GROUP BY", "HAVING" and "ORDER BY".The class extendsFragmentSequenceand aims to define an empty sql code's string.The class extendsSqlad aims to represnt and define an instance of sql statement "UPDATE SET WHERE".The class extendsDoubleFragmentSequenceand aims to define a sql's fragment to represent the values in the INSERT and in the UPDATE sql's statement.
This class defina a specific structure with which the values must be created, for example separated by a comma.