Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

15.4.2 List of HiRDBCommandBuilder members

Organization of this subsection
(1) Constructor
(2) Inheritance class
(3) Property
(4) Methods

(1) Constructor

HiRDBCommandBuilder

(2) Inheritance class

Component

(3) Property

Member Function
DataAdapter Acquires or sets the HiRDBDataAdapter object for which an SQL statement is to be created automatically.

(4) Methods

Member Function
GetDeleteCommand Acquires the automatically created HiRDBCommand object for executing deletion processing on the database.
GetInsertCommand Acquires the automatically created HiRDBCommand object for executing insertion processing on the database.
GetUpdateCommand Acquires the automatically created HiRDBCommand object for executing update processing on the database.
RefreshSchema Updates database schema information to create the INSERT, UPDATE, or DELETE statement.