- setDatabaseConnection(DatabaseConnection) - Method in interface org.netbeans.modules.db.api.sql.execute.SQLExecuteCookie
-
Call this set the current database connection for this cookie.
- setDatabaseConnection(DatabaseConnection) - Method in interface org.netbeans.modules.db.api.sql.execute.SQLExecution
-
- setKeepOldResultTabs(boolean) - Method in class org.netbeans.modules.db.api.sql.execute.SQLExecuteOptions
-
- showHistory() - Method in interface org.netbeans.modules.db.api.sql.execute.SQLExecution
-
- SQLExecuteCookie - Interface in org.netbeans.modules.db.api.sql.execute
-
Cookie for executing SQL files.
- SQLExecuteLogger - Interface in org.netbeans.modules.db.api.sql.execute
-
This interface defines a logger that can log information about each
statement as it is executed
- SQLExecuteOptions - Class in org.netbeans.modules.db.api.sql.execute
-
Configurable options for SQL execution
- SQLExecuteOptions() - Constructor for class org.netbeans.modules.db.api.sql.execute.SQLExecuteOptions
-
- SQLExecution - Interface in org.netbeans.modules.db.api.sql.execute
-
- SQLExecutionInfo - Interface in org.netbeans.modules.db.api.sql.execute
-
Provides information about the execution of one or more SQL statements.
- SQLExecutor - Class in org.netbeans.modules.db.api.sql.execute
-
Support execution of SQL scripts without bringing up the editor
- SQLExecutor() - Constructor for class org.netbeans.modules.db.api.sql.execute.SQLExecutor
-
- SQLScript - Class in org.netbeans.modules.db.api.sql.execute
-
A class for working with SQL scripts.
- SQLScriptStatement - Class in org.netbeans.modules.db.api.sql.execute
-
Describes a statement in an SQL script.
- StatementExecutionInfo - Class in org.netbeans.modules.db.api.sql.execute
-
- StatementExecutionInfo() - Constructor for class org.netbeans.modules.db.api.sql.execute.StatementExecutionInfo
-