org.openqa.selenium.html5
Interface DatabaseStorage


Deprecated. Web SQL has been deprecated, see http://dev.w3.org/html5/webdatabase/

@Deprecated
public interface DatabaseStorage


Method Summary
 ResultSet executeSQL(String databaseName, String query, Object... args)
          Deprecated. Executes an SQL statement on the given database name.
 

Method Detail

executeSQL

ResultSet executeSQL(String databaseName,
                     String query,
                     Object... args)
                     throws WebDriverException
Deprecated. 
Executes an SQL statement on the given database name.

Parameters:
databaseName - The database name
query - The SQL query
args - Optional arguments to the SQL query
Returns:
A ResultSet containing the result of the executed query
Throws:
WebDriverException


Copyright © 2013. All Rights Reserved.