Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

15.4.7 List of HiRDBParameter members

Organization of this subsection
(1) Constructor
(2) Inheritance classes
(3) Properties
(4) Method

(1) Constructor

HiRDBParameter

(2) Inheritance classes

MarshalByRefObject, IDbDataParameter, IDataParameter, ICloneable

(3) Properties

Member Function
DbType Acquires or sets DbType for a parameter. When DbType is to be set, this member sets the corresponding data type in the HiRDBType property according to Table 15-3.
Direction Acquires or sets a value indicating whether the parameter is input only, output only, bidirectional, or the stored procedure's return value.
HiRDBType Acquires or sets an enumeration indicating the data type in HiRDB. When an enumeration is to be set, this member sets the corresponding data type in the DbType property according to Table 15-4.

HiRDBType enumeration:
Integer, SmallInt, Decimal, Float, SmallFlt, Char, VarChar, NChar, NVarChar, MChar, MVarChar, Date, Time, TimeStamp, IntervalYearToDay, IntervalHourToSecond, Blob, Binary
IsNullable Acquires a value indicating whether or not the parameter accepts the null value.
ParameterName Acquires or sets the name of HiRDBParameter.
Precision Acquires or sets the number of significant digits for a numeric parameter.
Repetition Acquires or sets an array structure in HiRDB.
Scale Acquires or sets the number of decimal places for a numeric parameter.
Size Sets the size of the column definition length or character string data that can be stored after charcter code conversion. Also acquires the current setting. For TIMESTAMP (DateTime), this value is the number of digits in the fractional part.
SourceColumn Acquires or sets the name of the source column that has been assigned to DataSet and is used to read or return Value.
SourceVersion Acquires or sets the DataRowVersion that is used to read Value.
Value Acquires or sets a parameter value.

(4) Method

Member Function
Clone Creates a new object which is a copy of the current instance.