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