org.xorm.datastore.sql
Class SQLQuery.Alias

java.lang.Object
  |
  +--org.xorm.datastore.sql.SQLQuery.Alias
Enclosing class:
SQLQuery

public static class SQLQuery.Alias
extends Object


Constructor Summary
SQLQuery.Alias(String name, Table table, Set fetchColumns, Column joinColumn)
           
 
Method Summary
 Set getFetchColumns()
           
 Column getJoinColumn()
           
 String getName()
           
 Table getTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLQuery.Alias

public SQLQuery.Alias(String name,
                      Table table,
                      Set fetchColumns,
                      Column joinColumn)
Method Detail

getName

public String getName()

getTable

public Table getTable()

getJoinColumn

public Column getJoinColumn()

getFetchColumns

public Set getFetchColumns()


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/sql/SQLQuery.Alias.html,v 1.4 2004/05/30 08:55:06 wbiggs Exp $