Nonstop Database, HiRDB Version 9 UAP Development Guide
The following table lists the public classes of Native Runtime.
Table 19-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. |
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.