| Modifier and Type | Interface and Description |
|---|---|
static interface |
Selectable.Select
For select statement
|
| Modifier and Type | Method and Description |
|---|---|
Selectable.Select |
select(int top,
java.lang.String condition)
Select top (x) add the specified condition
|
Selectable.Select |
select(int top,
java.lang.String whereClause,
java.lang.Object... args)
Select
|
Selectable.Select |
select(long... ids)
Select multiple ids
|
Selectable.Select |
select(long id)
Select id.
|
Selectable.Select |
select(java.lang.String condition)
Select some condition
|
Selectable.Select |
select(java.lang.String whereClause,
java.lang.Object... args)
Select along with whereClause
|
Selectable.Select select(int top, java.lang.String condition)
top - number to returncondition - the conditionSelectable.SelectSelectable.Select select(java.lang.String condition)
condition - the conditionSelectable.SelectSelectable.Select select(long id)
com.bingzer.android.dbv.IConfigid - id to searchSelectable.Selectcom.bingzer.android.dbv.IConfig#setIdNamingConvention(String)Selectable.Select select(long... ids)
ids - array idSelectable.SelectSelectable.Select select(java.lang.String whereClause, java.lang.Object... args)
whereClause - 'where' clauseargs - argumentsSelectable.SelectSelectable.Select select(int top, java.lang.String whereClause, java.lang.Object... args)
whereClause - 'where' clauseargs - argumentsSelectable.Select