Uses of Class
org.jooq.util.xml.jaxb.Routine
-
Packages that use Routine Package Description org.jooq.util.xml.jaxb -
-
Uses of Routine in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Routine Modifier and Type Field Description protected List<Routine>
InformationSchema. routines
Methods in org.jooq.util.xml.jaxb that return Routine Modifier and Type Method Description Routine
ObjectFactory. createRoutine()
Create an instance ofRoutine
Routine
Routine. withCharacterMaximumLength(Integer value)
Routine
Routine. withComment(String value)
Routine
Routine. withDataType(String value)
Routine
Routine. withNumericPrecision(Integer value)
Routine
Routine. withNumericScale(Integer value)
Routine
Routine. withRoutineCatalog(String value)
Routine
Routine. withRoutineName(String value)
Routine
Routine. withRoutinePackage(String value)
Routine
Routine. withRoutineSchema(String value)
Routine
Routine. withRoutineType(RoutineType value)
Routine
Routine. withSpecificCatalog(String value)
Routine
Routine. withSpecificName(String value)
Routine
Routine. withSpecificPackage(String value)
Routine
Routine. withSpecificSchema(String value)
Routine
Routine. withUdtCatalog(String value)
Routine
Routine. withUdtName(String value)
Routine
Routine. withUdtSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Routine Modifier and Type Method Description List<Routine>
InformationSchema. getRoutines()
Methods in org.jooq.util.xml.jaxb with parameters of type Routine Modifier and Type Method Description InformationSchema
InformationSchema. withRoutines(Routine... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Routine Modifier and Type Method Description void
InformationSchema. setRoutines(List<Routine> routines)
InformationSchema
InformationSchema. withRoutines(Collection<Routine> values)
InformationSchema
InformationSchema. withRoutines(List<Routine> routines)
-