|
|||||||
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.RealPrepareSQLR81
This class is used to process the old format of PREPARE API which is used upto Reality R8.1
Fields inherited from class com.northgateis.reality.realsql.RealPrepareSQL |
accessPlan,
debug,
NULL_BYTE,
prepareMsg |
Constructor Summary | |
RealPrepareSQLR81(RealSQLStatement statement,
java.lang.String sql,
int traceFlags)
|
Method Summary | |
protected int |
getParamCount()
|
protected int |
loadMetaData(java.util.ArrayList metaData)
Loads the columns metadata returned from a PREPAREd statement into the supplied ArrayList, which is then available for subsequent ResultSet processing. |
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 RealPrepareSQLR81(RealSQLStatement statement, java.lang.String sql, int traceFlags) throws RealSQLException
Method Detail |
protected int loadMetaData(java.util.ArrayList metaData) throws java.sql.SQLException
metaData
- ArrayList to contain column metadata information.protected int getParamCount()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |