com.todoroo.andlib.sql
Class SqlTable

java.lang.Object
  extended by com.todoroo.andlib.sql.DBObject<SqlTable>
      extended by com.todoroo.andlib.sql.SqlTable
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Table

public class SqlTable
extends DBObject<SqlTable>


Method Summary
static SqlTable table(java.lang.String table)
           
 
Methods inherited from class com.todoroo.andlib.sql.DBObject
as, equals, hasAlias, hashCode, toString, toStringInSelect
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

table

public static SqlTable table(java.lang.String table)