SqlPreparedStatement class | QSYS API Reference Guide
Used to implement SQL PREPARE statements.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Constructors
Name | Description |
---|---|
SqlPreparedStatement(DbConnection, String, DBParm[]) | Initializes a new instance of SqlPreparedStatement. |
SqlPreparedStatement(DbConnection, String) | Initializes a new instance of SqlPreparedStatement. |
SqlPreparedStatement(DbConnection, String, DBParm[])
Initializes a new instance of SqlPreparedStatement.
SqlPreparedStatement(DbConnection, String, DBParm[])
Parameters
Type | Parameter name | Description |
---|---|---|
DbConnection | sqlConnection | Database Connection. |
String | sqlText | SQL command text. |
DBParm[] | parameters | Values corresponding to the variables used in the SQL command |
SqlPreparedStatement(DbConnection, String)
Initializes a new instance of SqlPreparedStatement.
SqlPreparedStatement(DbConnection, String)
Parameters
Type | Parameter name | Description |
---|---|---|
DbConnection | sqlConnection | Database Connection. |
String | sqlText | SQL command text. |
Properties
Type | Name | Description |
---|---|---|
IDbCommand | cmd | Gets the IDbCommand command representing the Prepared Statement. |
SQL_CommunicationsArea | SQLCA | Gets the SQL Communications Area instance. |