ISQLRunnable extends IRunnable
A runnable with a database connection
Table of Contents
getConnection() | Retrieve the database connection that should be used to execute the code. | IDBConnection |
---|---|---|
run() | Execute the supplied closure | void |
Methods
getConnection()
Retrieve the database connection that should be used to execute the code.
public
getConnection(
)
: IDBConnection
Return values
IDBConnection —connection
run()
Execute the supplied closure
public
run(
)
: void