Interface | Description |
---|---|
SQLExecuteCookie |
Cookie for executing SQL files.
|
SQLExecuteLogger |
This interface defines a logger that can log information about each
statement as it is executed
|
SQLExecution | |
SQLExecutionInfo |
Provides information about the execution of one or more SQL statements.
|
Class | Description |
---|---|
LogFileLogger |
This logger writes everything to the log file.
|
SQLExecuteOptions |
Configurable options for SQL execution
|
SQLExecutor |
Support execution of SQL scripts without bringing up the editor
|
SQLScript |
A class for working with SQL scripts.
|
SQLScriptStatement |
Describes a statement in an SQL script.
|
StatementExecutionInfo |