16.8.1 Provided class

To use the functions provided only by the HiRDB JDBC driver, you must use the following class:

Interface nameMain functionClass name
PreparedStatement
  • Executing SQL statements with the ? parameter
  • Setting values for the ? parameter
  • Statement functions (all functions are inherited because this is Statement's subclass)
JdbcDbpsvPreparedStatement