- All Superinterfaces:
- Named,- QueryPart,- Serializable
- All Known Subinterfaces:
- CommonTableExpression<R>,- Domain<T>,- JSONTableColumnPathStep,- JSONTableColumnsStep,- Package,- QOM.CrossApply<R>,- QOM.CrossJoin<R>,- QOM.DataChangeDeltaTable<R>,- QOM.DerivedTable<R>,- QOM.Dual,- QOM.FullJoin<R>,- QOM.GenerateSeries<T>,- QOM.HintedTable<R>,- QOM.Join<R>,- QOM.JoinTable<R,J>,- QOM.Lateral<R>,- QOM.LeftAntiJoin<R>,- QOM.LeftJoin<R>,- QOM.LeftSemiJoin<R>,- QOM.LinkedTable<R>,- QOM.NaturalFullJoin<R>,- QOM.NaturalJoin<R>,- QOM.NaturalLeftJoin<R>,- QOM.NaturalRightJoin<R>,- QOM.OuterApply<R>,- QOM.QualifiedJoin<R,J>,- QOM.RightJoin<R>,- QOM.RowsFrom,- QOM.StraightJoin<R>,- QOM.TableAlias<R>,- QOM.Values<R>,- QOM.WithOrdinalityTable<R>,- QOM.WithTable<R>,- RecordQualifier<R>,- Routine<T>,- Sequence<T>,- Table<R>,- TableOnConditionStep<R>,- TableOptionalOnStep<R>,- Trigger,- 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.