Java com.google.gwt.gears.client.database Database fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gears.client.database Database fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gears.client.database Database.

The text is from its open source code.

Method

voidclose()
Closes the database connection, if any, currently associated with this Database instance.
ResultSetexecute(String sqlStatement, String... args)
Executes the specified SQL statement and returns a ResultSet containing the results.
ResultSetexecute(String sqlStatement, JavaScriptObject args)
voidopen(String name)
Opens a database with the specified name.