Uses of Class
org.jooq.util.xml.jaxb.Sequence
Packages that use Sequence
-
Uses of Sequence in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type SequenceMethods in org.jooq.util.xml.jaxb that return SequenceModifier and TypeMethodDescriptionObjectFactory.createSequence()
Create an instance ofSequence
Sequence.withCache
(BigInteger value) Sequence.withCharacterMaximumLength
(Integer value) Sequence.withComment
(String value) Sequence.withCycleOption
(Boolean value) Sequence.withDataType
(String value) Sequence.withIncrement
(BigInteger value) Sequence.withMaximumValue
(BigInteger value) Sequence.withMinimumValue
(BigInteger value) Sequence.withNumericPrecision
(Integer value) Sequence.withNumericScale
(Integer value) Sequence.withSequenceCatalog
(String value) Sequence.withSequenceName
(String value) Sequence.withSequenceSchema
(String value) Sequence.withStartValue
(BigInteger value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type SequenceMethods in org.jooq.util.xml.jaxb with parameters of type SequenceMethod parameters in org.jooq.util.xml.jaxb with type arguments of type SequenceModifier and TypeMethodDescriptionvoid
InformationSchema.setSequences
(List<Sequence> sequences) InformationSchema.withSequences
(Collection<Sequence> values) InformationSchema.withSequences
(List<Sequence> sequences)