com.northgateis.reality.realsql
Class RealPrepareSQLR82
java.lang.Object
|
+--com.northgateis.reality.realsql.RealPrepareSQL
|
+--com.northgateis.reality.realsql.RealPrepareSQLR82
- Direct Known Subclasses:
- RealPrepareCatalogQuery
- public class RealPrepareSQLR82
- extends RealPrepareSQL
This class is used to process the new format of PREPARE API introduced
in Reality R8.2
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 java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
RealPrepareSQLR82
public RealPrepareSQLR82(int traceFlags)
throws RealSQLException
RealPrepareSQLR82
public RealPrepareSQLR82(RealSQLStatement statement,
java.lang.String sql,
int traceFlags)
throws RealSQLException
loadMetaData
protected int loadMetaData(java.util.ArrayList metaData)
throws java.sql.SQLException
- Loads the columns metadata returned from a PREPAREd statement into the
supplied ArrayList, which is then available for subsequent ResultSet processing.
- Parameters:
metaData
- ArrayList to contain column metadata information.- Returns:
- the number of columns in the result set.
- Throws:
- java.sql.SQLException. -
- Overrides:
- loadMetaData in class RealPrepareSQL
getParamCount
protected int getParamCount()
- Overrides:
- getParamCount in class RealPrepareSQL
NEC welcomes your feedback on our documentation.
If you have any comments about the current Reality Help, or want something to be added in a future revision, please contact your NEC Helpdesk.
If your comment relates to this particular Help topic, remember to include the following information:
Product:
|
RealityVersion 15.5
|
Help revision:
|
Revision 0
|
Help topic:
|
: Class RealPrepareSQLR82
(RealSQL-JDBC)
|
File name:
|
realpreparesqlr82.html
|