com.wm.app.tn.db
Class BDTypeAttributeOperations
java.lang.Object
com.wm.app.tn.db.BDTypeAttributeOperations
public class BDTypeAttributeOperations
- extends java.lang.Object
Method Summary |
static com.wm.data.IData |
query(BDTypeAttributeQuery query,
int pageSize,
int maxR,
int qryT,
int threshold,
java.lang.String queryId)
Executes the query in BDTypeAttributeQuery. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BDTypeAttributeOperations
public BDTypeAttributeOperations()
query
public static com.wm.data.IData query(BDTypeAttributeQuery query,
int pageSize,
int maxR,
int qryT,
int threshold,
java.lang.String queryId)
throws java.sql.SQLException,
java.io.IOException,
com.wm.app.repo.RepositoryException,
com.wm.app.b2b.server.ServiceException
- Executes the query in BDTypeAttributeQuery.
- Parameters:
query
- The BDTypeAttributeQuery object that contains the querypageSize
- pageSize. Used only if pagination is required.maxR
- max rows. Used only if pagination is required.qryT
- qryT. Used only if pagination is required.threshold
- threshold. Used only if pagination is required.queryId
- queryId for referring to the query results in subsequent calls for fetching query results.
Required only if pagination is required.
- Returns:
- IData that contains the query execution results. If pagesize is valid( >= 0), the returned IData will
contain queryId and other details for fetching each page of result. If pagesize is not valid, the returned IData
will contain the data retrieved after executing the query.
- Throws:
java.sql.SQLException
java.io.IOException
com.wm.app.repo.RepositoryException
com.wm.app.b2b.server.ServiceException