Uses of Class
org.jooq.util.xml.jaxb.Sequence
-
Packages that use Sequence Package Description org.jooq.util.xml.jaxb -
-
Uses of Sequence in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Sequence Modifier and Type Field Description protected List<Sequence>
InformationSchema. sequences
Methods in org.jooq.util.xml.jaxb that return Sequence Modifier and Type Method Description Sequence
ObjectFactory. createSequence()
Create an instance ofSequence
Sequence
Sequence. withCache(BigInteger value)
Sequence
Sequence. withCharacterMaximumLength(Integer value)
Sequence
Sequence. withComment(String value)
Sequence
Sequence. withCycleOption(Boolean value)
Sequence
Sequence. withDataType(String value)
Sequence
Sequence. withIncrement(BigInteger value)
Sequence
Sequence. withMaximumValue(BigInteger value)
Sequence
Sequence. withMinimumValue(BigInteger value)
Sequence
Sequence. withNumericPrecision(Integer value)
Sequence
Sequence. withNumericScale(Integer value)
Sequence
Sequence. withSequenceCatalog(String value)
Sequence
Sequence. withSequenceName(String value)
Sequence
Sequence. withSequenceSchema(String value)
Sequence
Sequence. withStartValue(BigInteger value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Sequence Modifier and Type Method Description List<Sequence>
InformationSchema. getSequences()
Methods in org.jooq.util.xml.jaxb with parameters of type Sequence Modifier and Type Method Description InformationSchema
InformationSchema. withSequences(Sequence... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Sequence Modifier and Type Method Description void
InformationSchema. setSequences(List<Sequence> sequences)
InformationSchema
InformationSchema. withSequences(Collection<Sequence> values)
InformationSchema
InformationSchema. withSequences(List<Sequence> sequences)
-