public interface SQLExecuteCookie extends Node.Cookie
This interface allows a client to execute the SQL statement(s)
contained in the implementing object (currently the
DataObject for SQL files). Therefore calling
the SQLExecuteCookie.execute()
method will execute the statement(s) contained
in the respective file and display the results.
Modifier and Type | Method and Description |
---|---|
void |
execute()
Call this to execute the statements in the object implementing the
cookie and display them in the result window.
|
DatabaseConnection |
getDatabaseConnection()
Allow to set database connection.
|
void |
setDatabaseConnection(DatabaseConnection dbconn)
Call this set the current database connection for this cookie.
|
void setDatabaseConnection(DatabaseConnection dbconn)
SQLExecuteCookie.execute()
method.DatabaseConnection getDatabaseConnection()
SQLExecuteCookie.execute()
method.void execute()