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

MemberFunction
DbTypeAcquires 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.
DirectionAcquires or sets a value indicating whether the parameter is input only, output only, bidirectional, or the stored procedure's return value.
HiRDBTypeAcquires 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
IsNullableAcquires a value indicating whether or not the parameter accepts the null value.
ParameterNameAcquires or sets the name of HiRDBParameter.
PrecisionAcquires or sets the number of significant digits for a numeric parameter.
RepetitionAcquires or sets an array structure in HiRDB.
ScaleAcquires or sets the number of decimal places for a numeric parameter.
SizeSets 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.
SourceColumnAcquires or sets the name of the source column that has been assigned to DataSet and is used to read or return Value.
SourceVersionAcquires or sets the DataRowVersion that is used to read Value.
ValueAcquires or sets a parameter value.

(4) Method

MemberFunction
CloneCreates a new object which is a copy of the current instance.