public class CIRWBD_DBQuery
extends java.lang.Object
| Constructor and Description |
|---|
CIRWBD_DBQuery()
This is default Constructor for CIRWBD_DBQuery.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
generateQueryResult(java.sql.ResultSet rs,
IQueryModel objRqQueryModel,
IQueryModel objQueryModel)
This function generate the Query Result.
|
public CIRWBD_DBQuery()
public boolean generateQueryResult(java.sql.ResultSet rs,
IQueryModel objRqQueryModel,
IQueryModel objQueryModel)
throws java.sql.SQLException
rs - the result set from which resultant Query model is populated.objRqQueryModel - object of resultant CIRWBD_QueryModel .objQueryModel - object of CIRWBD_QueryModel.java.sql.SQLException - Signals SQLException if SQL operation fails.