org.jooq
Interface Name

All Superinterfaces:
Adapter, Attachable, QueryPart, Serializable

public interface Name
extends QueryPart

A SQL identifier QueryPart

A Name is a QueryPart that renders a SQL identifier according to the Settings.getRenderNameStyle().

Author:
Lukas Eder

Method Summary
 String[] getName()
          The qualified name of this SQL identifier
 
Methods inherited from interface org.jooq.QueryPart
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 

Method Detail

getName

String[] getName()
The qualified name of this SQL identifier



Copyright © 2012. All Rights Reserved.