Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

18.4.2 Public classes of Native Runtime

Table 18-11 lists the public classes of Native Runtime.

Table 18-11 Public classes of Native Runtime

Package Class or interface name Function
N/A Connection context This class is generated by #sql context class-name; of the SQLJ translator. This corresponds to a connection context of SQLJ.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime PrdbContext This is the default connection context. This corresponds to the default connection context of SQLJ.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime ExecutionContext This is an execution context. This class corresponds to an execution context of SQLJ and is used in managing SQL execution.
N/A Iterator This class is generated by #sql iterator class-name; of the SQLJ translator. This corresponds to an iterator of SQLJ.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime RTResultSet This is a result set object. This class corresponds to a result set of JDBC and is used in managing results.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime ForUpdate This interface is implemented by an iterator declaration when cursor update using an iterator is used.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBCHAR Indicates the CHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBVARCHAR Indicates the VARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBNCHAR Indicates the NCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBNVARCHAR Indicates the NVARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBMCHAR Indicates the MCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBMVARCHAR Indicates the MVARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBDECIMAL Indicates the DECIMAL type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBBLOB Indicates the BLOB type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtime HiRDBBINARY Indicates the BINARY type of HiRDB.

Legend:
N/A: No package is available.