-
- 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 Catalog
getCatalog()
Get the object's catalog.@Nullable Schema
getSchema()
Get the object's schema.-
Methods inherited from interface org.jooq.Named
getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
-