|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectandroid.database.sqlite.SQLiteClosable
org.h2.android.H2Closable
org.h2.android.H2Program
org.h2.android.H2Query
public class H2Query
This class represents a prepared statement that returns a result set.
| Field Summary |
|---|
| Fields inherited from class org.h2.android.H2Program |
|---|
prepared |
| Method Summary | |
|---|---|
void |
bindDouble(int index,
double value)
Set the specified parameter value. |
void |
bindLong(int index,
long value)
Set the specified parameter value. |
void |
bindNull(int index)
Set the specified parameter to NULL. |
void |
bindString(int index,
java.lang.String value)
Set the specified parameter value. |
void |
close()
Close the statement. |
| Methods inherited from class org.h2.android.H2Program |
|---|
bindBlob, clearBindings, getUniqueId, onAllReferencesReleased, onAllReferencesReleasedFromContainer |
| Methods inherited from class org.h2.android.H2Closable |
|---|
acquireReference, releaseReference, releaseReferenceFromContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void bindDouble(int index,
double value)
bindDouble in class H2Programindex - the parameter index (0, 1,...)value - the new value
public void bindLong(int index,
long value)
bindLong in class H2Programindex - the parameter index (0, 1,...)value - the new valuepublic void bindNull(int index)
bindNull in class H2Programindex - the parameter index (0, 1,...)
public void bindString(int index,
java.lang.String value)
bindString in class H2Programindex - the parameter index (0, 1,...)value - the new valuepublic void close()
close in class H2Program
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||