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

PackageClass or interface nameFunction
N/AConnection contextThis 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.runtimePrdbContextThis is the default connection context. This corresponds to the default connection context of SQLJ.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeExecutionContextThis is an execution context. This class corresponds to an execution context of SQLJ and is used in managing SQL execution.
N/AIteratorThis 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.runtimeRTResultSetThis 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.runtimeForUpdateThis interface is implemented by an iterator declaration when cursor update using an iterator is used.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBCHARIndicates the CHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBVARCHARIndicates the VARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBNCHARIndicates the NCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBNVARCHARIndicates the NVARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBMCHARIndicates the MCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBMVARCHARIndicates the MVARCHAR type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBDECIMALIndicates the DECIMAL type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBBLOBIndicates the BLOB type of HiRDB.
JP.co.Hitachi.soft.HiRDB.pdjpp.runtimeHiRDBBINARYIndicates the BINARY type of HiRDB.
Legend:
N/A: No package is available.