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