DBScaledParm class | QSYS API Reference Guide
Represents a parameter for a Scalar type.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Constructors
Name | Description |
---|---|
DBScaledParm(DbType, Int32, Int32) | Initializes a new instance of DBScaledParm class. |
DBScaledParm(DbType, Object, Int32, Int32) | Initializes a new instance of DBScaledParm class. |
DBScaledParm(DbType, ParameterDirection, Object, Int32, Int32) | Initializes a new instance of DBScaledParm class. |
DBScaledParm(DbType, Int32, Int32)
Initializes a new instance of DBScaledParm class.
DBScaledParm(DbType, Int32, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
Int32 | Length | Data Length. |
Int32 | Scale | Data Scale. |
DBScaledParm(DbType, Object, Int32, Int32)
Initializes a new instance of DBScaledParm class.
DBScaledParm(DbType, Object, Int32, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
Object | Value | Initial data value. |
Int32 | Length | Data Length. |
Int32 | Scale | Data Scale. |
DBScaledParm(DbType, ParameterDirection, Object, Int32, Int32)
Initializes a new instance of DBScaledParm class.
DBScaledParm(DbType, ParameterDirection, Object, Int32, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
ParameterDirection | Direction | Parameter Direction. |
Object | Value | Initial data value. |
Int32 | Length | Data Length. |
Int32 | Scale | Data Scale. |