Uses of Class
overit.geocall.sql.code.fragment.FragmentSequence
Packages that use FragmentSequence
-
Uses of FragmentSequence in overit.geocall.sql.code
Subclasses of FragmentSequence in overit.geocall.sql.codeModifier and TypeClassDescriptionclassThe class extendsConditionand aims to implement the AND condition between two clauses.classThe 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 ')'.classThe class extendsFragmentSequenceand aims to add a new Clause or Condition to a Fragment.classThe class extendsSqlad aims to represnt and define an instance of sql statement "DELETE FROM WHERE".classThe class extendsSqlad aims to represnt and define an instance of sql statement "INSERTO INTO VALUES".classThe class extendsConditionand aims to implement the OR condition between two clauses.classThe 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".classThe class extendsFragmentSequenceand aims to define an empty sql code's string.classThe class extendsSqlad aims to represnt and define an instance of sql statement "UPDATE SET WHERE".Fields in overit.geocall.sql.code declared as FragmentSequenceModifier and TypeFieldDescriptionprotected FragmentSequenceSelect._fromsprotected FragmentSequenceSelect._groupBysprotected FragmentSequenceCompoundSelect._orderBysprotected FragmentSequenceSelect._orderBysprotected FragmentSequenceCompoundSelect._selectsprotected FragmentSequenceSelect._selectsMethods in overit.geocall.sql.code that return FragmentSequenceModifier and TypeMethodDescriptionSelect.from()Gets the current FROM statement.Select.groupBy()Gets the current GROUP BY statement.CompoundSelect.orderBy()Gets the current ORDER BY statemnt.Select.orderBy()Gets the current ORDER BY statement.Select.select()Gets the current SELECT statement.CompoundSelect.selects()Gets the current SELECT statemnt. -
Uses of FragmentSequence in overit.geocall.sql.code.fragment
Methods in overit.geocall.sql.code.fragment that return FragmentSequenceModifier and TypeMethodDescriptionfinal FragmentSequenceAdd a Fragment to the sequence.final FragmentSequenceAdd a Fragment to the sequence.final FragmentSequenceFragmentSequence.clear()Clear all the fragment set on the sequence.