Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
: Class RealPrepareCatalogQuery (RealSQL-JDBC) (realpreparecatalogquery.html)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.northgateis.reality.realsql.RealPrepareSQL | +--com.northgateis.reality.realsql.RealPrepareSQLR82 | +--com.northgateis.reality.realsql.RealPrepareCatalogQuery
This class is used to process the new format of catalog queries introduced in Reality R8.2
The prepare-catalog query API is based on the new PREPARE format.
Fields inherited from class com.northgateis.reality.realsql.RealPrepareSQL |
accessPlan,
debug,
NULL_BYTE,
prepareMsg
|
Constructor Summary | |
RealPrepareCatalogQuery(RealSQLStatement statement,
java.lang.String sql,
int traceFlags) |
Methods inherited from class com.northgateis.reality.realsql.RealPrepareSQLR82 |
getParamCount,
loadMetaData |
Methods inherited from class com.northgateis.reality.realsql.RealPrepareSQL |
getAccessPlan,
processMetaDataList,
processMsg,
replaceDelim,
separateIntoColumns |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RealPrepareCatalogQuery(RealSQLStatement statement, java.lang.String sql, int traceFlags) throws RealSQLException
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |