Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Routine> |
InformationSchema.routines |
Modifier and Type | Method and Description |
---|---|
Routine |
ObjectFactory.createRoutine()
Create an instance of
Routine |
Routine |
Routine.withCharacterMaximumLength(java.lang.Integer value) |
Routine |
Routine.withDataType(java.lang.String value) |
Routine |
Routine.withNumericPrecision(java.lang.Integer value) |
Routine |
Routine.withNumericScale(java.lang.Integer value) |
Routine |
Routine.withRoutineCatalog(java.lang.String value) |
Routine |
Routine.withRoutineName(java.lang.String value) |
Routine |
Routine.withRoutinePackage(java.lang.String value) |
Routine |
Routine.withRoutineSchema(java.lang.String value) |
Routine |
Routine.withRoutineType(RoutineType value) |
Routine |
Routine.withSpecificCatalog(java.lang.String value) |
Routine |
Routine.withSpecificName(java.lang.String value) |
Routine |
Routine.withSpecificPackage(java.lang.String value) |
Routine |
Routine.withSpecificSchema(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Routine> |
InformationSchema.getRoutines() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withRoutines(Routine... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setRoutines(java.util.List<Routine> routines) |
InformationSchema |
InformationSchema.withRoutines(java.util.Collection<Routine> values) |
InformationSchema |
InformationSchema.withRoutines(java.util.List<Routine> routines) |
Copyright © 2018. All Rights Reserved.