-
- All Superinterfaces:
QueryPart
,Serializable
- All Known Subinterfaces:
AggregateFilterStep<T>
,AggregateFunction<T>
,ArrayAggOrderByStep<T>
,CaseConditionStep<T>
,CaseWhenStep<V,T>
,Catalog
,Check<R>
,CommonTableExpression<R>
,Constraint
,ConstraintEnforcementStep
,ConstraintFinalStep
,ConstraintForeignKeyOnStep
,ConstraintTypeStep
,Field<T>
,FieldOrConstraint
,ForeignKey<R,O>
,GroupConcatOrderByStep
,GroupConcatSeparatorStep
,Index
,Key<R>
,Label
,Package
,Param<T>
,Parameter<T>
,Period<T>
,Routine<T>
,Schema
,SelectField<T>
,Sequence<T>
,Table<R>
,TableField<R,T>
,TableOnConditionStep<R>
,TableOptionalOnStep<R>
,UDT<R>
,UDTField<R,T>
,UniqueKey<R>
,Variable<T>
,WindowBeforeOverStep<T>
,WindowExcludeStep<T>
,WindowFinalStep<T>
,WindowOrderByStep<T>
,WindowPartitionByStep<T>
,WindowRowsStep<T>
- All Known Implementing Classes:
AbstractRoutine
,CatalogImpl
,ConvertDateTime
,CustomField
,CustomTable
,PackageImpl
,SchemaImpl
,SequenceImpl
,TableImpl
,UDTImpl
public interface Named extends QueryPart
A common base type for all qualifiable, named objects.Instances of this type cannot be created directly, only of its subtypes.
- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getComment()
The comment on this object.String
getName()
The unqualified name of this object.Name
getQualifiedName()
The qualified name of this object.Name
getUnqualifiedName()
The unqualified name of this object.
-