Package overit.geocall.sql.code


package overit.geocall.sql.code
  • Classes
    Class
    Description
    The class extends Condition and aims to implement the AND condition between two clauses.
    The class extends Sql and 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 extends FragmentSequence and aims to add a new Clause or Condition to a Fragment.
    The class extends Sql ad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".
    The class extends Sql ad aims to represnt and define an instance of sql statement "INSERTO INTO VALUES".
    The class extends Condition and aims to implement the OR condition between two clauses.
    The class extends Sql and 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 extends FragmentSequence and aims to define an empty sql code's string.
    The class extends Sql ad aims to represnt and define an instance of sql statement "UPDATE SET WHERE".
    The class extends DoubleFragmentSequence and 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.