@Deprecated
public interface DatabaseStorage
Modifier and Type | Method and Description |
---|---|
ResultSet |
executeSQL(java.lang.String databaseName,
java.lang.String query,
java.lang.Object... args)
Deprecated.
Executes an SQL statement on the given database name.
|
ResultSet executeSQL(java.lang.String databaseName, java.lang.String query, java.lang.Object... args) throws WebDriverException
databaseName
- The database namequery
- The SQL queryargs
- Optional arguments to the SQL queryResultSet
containing the result of the executed queryWebDriverException