java.lang.Object
com.lutris.dods.builder.generator.query.RDBTable
- public class RDBTable
- extends java.lang.Object
An instance of RDBTable describes a particular table in the database.
It is used to construct RDBColumn objects which can then be used
to perform database queries using the QueryBuilder class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
RDBTable
public RDBTable(java.lang.String n)
- Constructor. Application developers using QueryBuilder to perform
database queries will rarely need to construct RDBTable objects,
but instead will use the public static final RDBColumn objects
inside the DO classes generated by DODS.