DbDataProcessor Methods
The DbDataProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearConnectionPools |
Clears the connection pools.
|
|
CloseConnection |
Closes the database connection.
|
|
DisplayDataException |
Displays a data exception.
|
|
DropDatabase |
Drops the database.
|
|
ExecuteSql |
Executes the SQL.
|
|
ExecuteSqls |
Executes the SQLS.
|
|
GetData(QueryBase, Boolean, Boolean) |
Gets the resulting data or error after executing the query.
|
|
GetData(QuerySet, Boolean, Boolean) |
Gets the resulting DataSet or error after executing the query set.
|
|
GetDatabaseListSql |
Gets the database list SQL.
|
|
GetDropDatabaseSql |
Gets the drop database SQL.
|
|
GetIdentityInsertSql |
Gets the identity insert SQL.
|
|
ShowSqlStatementWindow |
Shows the data process result viewer window right after a SQL statement is processed. Useful in debugging.
|
|
TestConnection |
Tests the connection.
|