public interface PackageDefinition extends Definition
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
getConstants()
Fetch all constants from the package.
|
List<RoutineDefinition> |
getRoutines()
Fetch all routines from the package.
|
List<UDTDefinition> |
getUDTs()
Fetch all UDTs from the package.
|
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSourceList<RoutineDefinition> getRoutines()
List<UDTDefinition> getUDTs()
List<AttributeDefinition> getConstants()
Copyright © 2021. All rights reserved.