org.cruxframework.crux.core.client.db.websql
Class SQLResultSet

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.db.websql.SQLResultSet

public class SQLResultSet
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Constructor Summary
protected SQLResultSet()
           
 
Method Summary
 int getInsertId()
           
 SQLResultSetRowList getRows()
           
 int getRowsAffected()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLResultSet

protected SQLResultSet()
Method Detail

getInsertId

public final int getInsertId()

getRowsAffected

public final int getRowsAffected()

getRows

public final SQLResultSetRowList getRows()


Copyright © 2014. All rights reserved.