|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.dods.builder.generator.query.RDBTable
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.
QueryBuilder
Field Summary | |
protected java.lang.String |
name
|
Constructor Summary | |
RDBTable(java.lang.String n)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String name
Constructor Detail |
public RDBTable(java.lang.String n)
n
- the table nameQueryBuilder
|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |