public static class Database_test.SQL_Statements extends Object implements SQL_Listener
Constructor and Description |
---|
Database_test.SQL_Statements() |
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.
|
public void SQL_Statement(String SQL)
SQL_Listener
SQL_Statement
in interface SQL_Listener
SQL
- The SQL statement String that will be sent to the database
server.