Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Routine> |
InformationSchema.routines |
Modifier and Type | Method and Description |
---|---|
Routine |
ObjectFactory.createRoutine()
Create an instance of
Routine |
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) |
Modifier and Type | Method and Description |
---|---|
List<Routine> |
InformationSchema.getRoutines() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withRoutines(Routine... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setRoutines(List<Routine> routines) |
InformationSchema |
InformationSchema.withRoutines(Collection<Routine> values) |
InformationSchema |
InformationSchema.withRoutines(List<Routine> routines) |
Copyright © 2019. All rights reserved.