Uses of Class
overit.geocall.sql.code.fragment.DoubleFragmentSequence
Packages that use DoubleFragmentSequence
-
Uses of DoubleFragmentSequence in overit.geocall.sql.code
Subclasses of DoubleFragmentSequence 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 DoubleFragmentSequence in overit.geocall.sql.code.fragment
Methods in overit.geocall.sql.code.fragment that return DoubleFragmentSequenceModifier and TypeMethodDescriptionDoubleFragmentSequence.add(DoubleFragment fragment) Add a DoubleFragment to the sequence.DoubleFragmentSequence.clear()Clear all the DoubleFragment set on the sequence.