public class SqlServerStatement extends SqlServerStatementBase implements Statement:
SQL Server statement implementation.
import klyn.databases.sql.sqlserver # statement = connection.statement()
| Modifier and Type | Member | Description |
|---|---|---|
| public | addBatchaddBatch(sql as String) as Void throws SQLException: |
Configures or executes a SQL statement. |
| public | clearBatchclearBatch() as Void: |
No summary. |
| public | clearWarningsclearWarnings() as Void: |
No summary. |
| public override | closeclose() as Void: |
No summary. |
| public | executeexecute(sql as String) as Boolean throws SQLException: |
Configures or executes a SQL statement. |
| public | executeBatchexecuteBatch() as ArrayList<Long> throws SQLException: |
Configures or executes a SQL statement. |
| public | executeQueryexecuteQuery(sql as String) as ResultSet throws SQLException: |
Configures or executes a SQL statement. |
| public | executeUpdateexecuteUpdate(sql as String) as Int throws SQLException: |
Configures or executes a SQL statement. |