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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLQuery.Alias
public SQLQuery.Alias(String name,
Table table,
Set fetchColumns,
Column joinColumn)
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 $