Uses of Class
overit.geocall.sql.code.fragment.DoubleFragment
Packages that use DoubleFragment
-
Uses of DoubleFragment in overit.geocall.sql.code
Subclasses of DoubleFragment in overit.geocall.sql.codeModifier and TypeClassDescriptionclassThe 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. -
Uses of DoubleFragment in overit.geocall.sql.code.fragment
Subclasses of DoubleFragment in overit.geocall.sql.code.fragmentModifier and TypeClassDescriptionclassThe class extendsDoubleFragmentand aims to representing a sequence of separated DoubleFragments.classThe class extendsDoubleFragmentand aims to correctly formatting the clause's key given by input, adding them an '@' character at the start.
For example with a Criterion.EQUAL criterion on AUSENAME field, this will be translate in '@AUSENAME=....' .classThe class extendsDoubleFragmentand aims to implement a list ofValueFragment.Fields in overit.geocall.sql.code.fragment declared as DoubleFragmentFields in overit.geocall.sql.code.fragment with type parameters of type DoubleFragmentModifier and TypeFieldDescriptionprotected ArrayList<DoubleFragment> DoubleFragmentSequence._fragmentsMethods in overit.geocall.sql.code.fragment with parameters of type DoubleFragmentModifier and TypeMethodDescriptionDoubleFragmentSequence.add(DoubleFragment fragment) Add a DoubleFragment to the sequence.Constructors in overit.geocall.sql.code.fragment with parameters of type DoubleFragmentModifierConstructorDescriptionEnclosedDoubleFragment(DoubleFragment fragment, String left, String center, String right) Creates a new EnclosedDoubleFragment