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 java.util.List<Sequence>InformationSchema. sequencesMethods in org.jooq.util.xml.jaxb that return Sequence Modifier and Type Method Description SequenceObjectFactory. createSequence()Create an instance ofSequenceSequenceSequence. withCharacterMaximumLength(java.lang.Integer value)SequenceSequence. withComment(java.lang.String value)SequenceSequence. withDataType(java.lang.String value)SequenceSequence. withNumericPrecision(java.lang.Integer value)SequenceSequence. withNumericScale(java.lang.Integer value)SequenceSequence. withSequenceCatalog(java.lang.String value)SequenceSequence. withSequenceName(java.lang.String value)SequenceSequence. withSequenceSchema(java.lang.String value)Methods in org.jooq.util.xml.jaxb that return types with arguments of type Sequence Modifier and Type Method Description java.util.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(java.util.List<Sequence> sequences)InformationSchemaInformationSchema. withSequences(java.util.Collection<Sequence> values)InformationSchemaInformationSchema. withSequences(java.util.List<Sequence> sequences)
-