org.jooq
Interface NamedQueryPart

All Superinterfaces:
Adapter, Attachable, Comparable<NamedQueryPart>, QueryPart, Serializable
All Known Subinterfaces:
AggregateFunction<T>, CaseConditionStep<T>, CaseWhenStep<V,T>, Field<T>, GroupConcatOrderByStep, GroupConcatSeparatorStep, NamedTypeProviderQueryPart<T>, Package, Param<T>, Parameter<T>, Routine<T>, Schema, SortField<T>, Table<R>, TableField<R,T>, TableOnConditionStep, Type<R>, UDT<R>, UDTField<R,T>, UpdatableTable<R>, WindowFinalStep<T>, WindowOrderByStep<T>, WindowPartitionByStep<T>, WindowRowsStep<T>
All Known Implementing Classes:
AbstractRoutine, CustomField, CustomTable, PackageImpl, SchemaImpl, TableImpl, UDTImpl, UpdatableTableImpl

public interface NamedQueryPart
extends QueryPart, Comparable<NamedQueryPart>

A common interface for query parts that have a name. All NamedQueryParts are have a lexicographic case-independent natural order.

Author:
Lukas Eder

Method Summary
 String getName()
          The name of this query part
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

String getName()
The name of this query part



Copyright © 2012. All Rights Reserved.