public class IFLR_DBQuery
extends java.lang.Object
| Constructor and Description |
|---|
IFLR_DBQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generateQueryResult(java.sql.ResultSet rs,
IQueryModel objRqQueryModel,
IQueryModel objQueryModel)
This function generate the Query Result.
|
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 IFLR_QueryModel .objQueryModel - object of IFLR_QueryModel.java.sql.SQLException - Signals SQLException if SQL operation fails.