Uses of Class
overit.geocall.sql.code.fragment.Fragment
Packages that use Fragment
Package
Description
-
Uses of Fragment in overit.geocall.sql
Fields in overit.geocall.sql declared as FragmentModifier and TypeFieldDescriptionprotected FragmentStandardDBStatement._sqlTemporary variable that define the SQL statement, as setted into the setSql methodMethods in overit.geocall.sql with parameters of type Fragment -
Uses of Fragment in overit.geocall.sql.code
Subclasses of Fragment 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". -
Uses of Fragment in overit.geocall.sql.code.fragment
Subclasses of Fragment in overit.geocall.sql.code.fragmentModifier and TypeClassDescriptionclassThe class extendsFragmentand aims to representing a clause, how a field (give value) should be translated.classThe class extendsFragmentand aims to representing a sets of clauses, how field-value couples should be translated and how they should be separated (with a comma, with an 'AND' condition ecc.).classThe class extendsFragmentand aims to enclose a Double Fragment.
The typical structure that is defined is (KEY) OPERATION (VALUES).
For example is used for the INSERT statement like this INSTERT INTO AUSENTE (AUSENAME, AUSESURNAME) VALUES ('Mario', 'Rossi').classThe class extendsFragmentand aims to enclose another fragment between a head and a tail string.classThe class extendsFragmentand aims to representing a sequence of separated fragments.
For example "A>B AND C=1" or "AUSENAME,AUSESURNAME".classThe class extedsFragmentand aims to represent a static fragment, a fixed, invariant word or string.
For example a static sql query like "SELECT * FROM AUSER".Fields in overit.geocall.sql.code.fragment declared as FragmentFields in overit.geocall.sql.code.fragment with type parameters of type FragmentMethods in overit.geocall.sql.code.fragment that return FragmentModifier and TypeMethodDescriptionFragmentSequence.get(int i) Gets the Fragment to the i-th of the sequence.Methods in overit.geocall.sql.code.fragment with parameters of type FragmentConstructors in overit.geocall.sql.code.fragment with parameters of type FragmentModifierConstructorDescriptionEnclosedFragment(Fragment fragment, String header, String trailer) The class's constructor. -
Uses of Fragment in overit.geocallapp.wfm.core.bl.location.microcluster.data
Methods in overit.geocallapp.wfm.core.bl.location.microcluster.data that return FragmentModifier and TypeMethodDescriptionprotected FragmentDAOSearchMicroclusterForSchedulingAreas.getInnerQuery(CommandContext cc) -
Uses of Fragment in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data
Methods in overit.geocallapp.wfm.core.ux.workorder.massivegeneration.data that return FragmentModifier and TypeMethodDescriptionprotected FragmentDAOWorkOrderObjectsExtractor.getInnerQuery(CommandContext cc) -
Uses of Fragment in overit.geocallapp.wfm.mobile.core.bl.workorder.data
Methods in overit.geocallapp.wfm.mobile.core.bl.workorder.data that return Fragment