-
- All Superinterfaces:
Named,QueryPart,Serializable
- All Known Subinterfaces:
CommonTableExpression<R>,Domain<T>,JSONTableColumnPathStep,JSONTableColumnsStep,Package,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable CataloggetCatalog()Get the object's catalog.@Nullable SchemagetSchema()Get the object's schema.-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-