DODS 7.3 API

Package com.lutris.dods.builder.generator.query

Class Summary
QueryBuilder  
RDBColumn An instance of RDBColumn describes a particular column in a particular table in the database.
RDBColumnValue After a Vector of RDBColumn objects is used to construct an instance of QueryBuilder, the QueryBuilder.getNextRow() method is used to return an RDBRow object which contains RDBColumnValue objects representing the column values in the returned row.
RDBRow An instance of RDBRow is returned by the QueryBuilder.getNextRow() method.
RDBTable An instance of RDBTable describes a particular table in the database.
 

Exception Summary
ColumnNullException ColumnNullException is thrown by RDBColumnValue.get methods when an unexpected NULL value in a column retrieved from the database.
ColumnTypeException ColumnTypeException is thrown by RDBColumnValue.get methods when a column value is of an unexpected type.
InvalidRowColumnException InvalidRowColumnException is thrown by the RDBRow.get methods when a requested column does not exist in the current row.
NonUniqueQueryException  
 


DODS 7.3 API