- All Superinterfaces:
 
Named, QueryPart, Serializable 
- All Known Subinterfaces:
 
CommonTableExpression<R>, Domain<T>, JSONTableColumnPathStep, JSONTableColumnsStep, Package, QOM.DataChangeDeltaTable<R>, QOM.DerivedTable<R>, QOM.Dual, QOM.GenerateSeries<T>, QOM.Lateral<R>, QOM.LinkedTable<R>, QOM.RowsFrom, QOM.TableAlias<R>, QOM.Values<R>, 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
Experimental query object model accessor method, see also 
QOM.
 
 
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.
 
- 
$schema
@Experimental
@Nullable
@Nullable Schema $schema()
 
Experimental query object model accessor method, see also 
QOM.
 Subject to change in future jOOQ versions, use at your own risk.