Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.8.1 Provided class

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

Interface name Main function Class 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