- All Superinterfaces:
Named, QueryPart, Serializable
- All Known Subinterfaces:
CommonTableExpression<R>, Domain<T>, JSONTableColumnPathStep, JSONTableColumnsStep, Package, RecordQualifier<R>, Routine<T>, Sequence<T>, Table<R>, TableOnConditionStep<R>, TableOptionalOnStep<R>, UDT<R>, XMLTableColumnPathStep, XMLTableColumnsStep
- All Known Implementing Classes:
AbstractRoutine, CustomTable, PackageImpl, SequenceImpl, TableImpl, UDTImpl
public interface Qualified
extends Named
-
Method Summary
Get the object's catalog.
-
Method Details
-
getCatalog
@Nullable
@Nullable Catalog getCatalog()
Get the object's catalog.
-
getSchema
@Nullable
@Nullable Schema getSchema()
Get the object's schema.