- All Superinterfaces:
Definition
- All Known Implementing Classes:
DefaultArrayDefinition
A definition for an ARRAY type
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptiongetElementType(JavaTypeResolver resolver) getIndexType(JavaTypeResolver resolver) The array's package.Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSynthetic
-
Method Details
-
getPackage
PackageDefinition getPackage()The array's package.nullif the UDT is not in a package- Specified by:
getPackagein interfaceDefinition- Returns:
- The package of this object or
nullif this object is not contained in a package.
-
getIndexType
DataTypeDefinition getIndexType()- Returns:
- The type of the ARRAY's index, or
nullif it's not an associative array.
-
getIndexType
- Returns:
- The type of the ARRAY's index, or
nullif it's not an associative array.
-
getElementType
DataTypeDefinition getElementType()- Returns:
- The type of the ARRAY's elements
-
getElementType
- Returns:
- The type of the ARRAY's elements
-