DBStrParm class | QSYS API Reference Guide
Represents a String SQL Parameter.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Constructors
Name | Description |
---|---|
DBStrParm(DbType, Int32) | Initializes a new instance of DBStrParm class. |
DBStrParm(DbType, Object, Int32) | Initializes a new instance of DBStrParm class. |
DBStrParm(DbType, ParameterDirection, Object, Int32) | Initializes a new instance of DBStrParm class. |
DBStrParm(DbType, Int32)
Initializes a new instance of DBStrParm class.
DBStrParm(DbType, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
Int32 | Size | String fixed length. |
DBStrParm(DbType, Object, Int32)
Initializes a new instance of DBStrParm class.
DBStrParm(DbType, Object, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
Object | Value | Initial string value. |
Int32 | Size | String fixed length. |
DBStrParm(DbType, ParameterDirection, Object, Int32)
Initializes a new instance of DBStrParm class.
DBStrParm(DbType, ParameterDirection, Object, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
DbType | Type | Data Type. |
ParameterDirection | Direction | Parameter Direction. |
Object | Value | Initial Value. |
Int32 | Size | String fixed length. |