public interface SQL_Listener
Modifier and Type | Method and Description |
---|---|
void |
SQL_Statement(String SQL)
Called by a Data_Port before an SQL statement is sent to the database
server.
|
void SQL_Statement(String SQL)
SQL
- The SQL statement String that will be sent to the database
server.