Package elemental2.dom
Class SQLResultSet
- java.lang.Object
-
- elemental2.dom.SQLResultSet
-
@JsType(isNative=true, namespace="<global>") public class SQLResultSet extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
insertId
SQLResultSetRowList
rows
int
rowsAffected
-
Constructor Summary
Constructors Constructor Description SQLResultSet()
-
-
-
Field Detail
-
insertId
public int insertId
-
rows
public SQLResultSetRowList rows
-
rowsAffected
public int rowsAffected
-
-