com.im.commons.db 5.9.2

com.im.commons.db.dml
Interface SQLSelectElement

All Known Implementing Classes:
SQLSelectColumn, SQLSelectFunction

public interface SQLSelectElement


Method Summary
 void addFromTables(Set<SchemaQualifiedName> set)
           
 void addJoins(Set<SQLJoin> joins)
           
 void appendSelect(StringBuffer buf)
           
 String getColumn()
          The name of the column in the ResultSet
 Class getColumnClass()
           
 int getJdbcType()
           
 

Method Detail

appendSelect

void appendSelect(StringBuffer buf)

addFromTables

void addFromTables(Set<SchemaQualifiedName> set)

addJoins

void addJoins(Set<SQLJoin> joins)

getColumn

String getColumn()
The name of the column in the ResultSet


getJdbcType

int getJdbcType()

getColumnClass

Class getColumnClass()

com.im.commons.db 5.9.2