Get the column descriptors in the SqlResult.
Get the names of columns in the SqlResult.
Return the next available result or null
, e.g for a simple query that executed multiple queries or for
a batch result.
Get the specific property with the specified PropertyKind.
Get the number of the affected rows in the operation to this SqlResult.
Get the number of rows retrieved in the SqlResult.
Get the execution result value, the execution result type may vary such as a [rowSet] RowSet or even a string.
Generated using TypeDoc
An interface that represents the execution result of an operation on the database server.