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. sequencesMethods in org.jooq.util.xml.jaxb that return Sequence Modifier and Type Method Description SequenceObjectFactory. createSequence()Create an instance ofSequenceSequenceSequence. withCache(BigInteger value)SequenceSequence. withCharacterMaximumLength(Integer value)SequenceSequence. withComment(String value)SequenceSequence. withCycleOption(Boolean value)SequenceSequence. withDataType(String value)SequenceSequence. withIncrement(BigInteger value)SequenceSequence. withMaximumValue(BigInteger value)SequenceSequence. withMinimumValue(BigInteger value)SequenceSequence. withNumericPrecision(Integer value)SequenceSequence. withNumericScale(Integer value)SequenceSequence. withSequenceCatalog(String value)SequenceSequence. withSequenceName(String value)SequenceSequence. withSequenceSchema(String value)SequenceSequence. 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 InformationSchemaInformationSchema. withSequences(Sequence... values)Method parameters in org.jooq.util.xml.jaxb with type arguments of type Sequence Modifier and Type Method Description voidInformationSchema. setSequences(List<Sequence> sequences)InformationSchemaInformationSchema. withSequences(Collection<Sequence> values)InformationSchemaInformationSchema. withSequences(List<Sequence> sequences)
-