public interface IContentQueryConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultAuthority()
Returns the
authority |
java.lang.String[] |
getDefaultProjections()
Returns the default projections
|
void |
setDefaultAuthority(java.lang.String authority)
Sets the default
Authority |
void |
setDefaultProjections(java.lang.String... columns)
Sets the default projections (columns) unless if otherwise
specified with
com.bingzer.android.dbv.queries.Select#columns(String...)
in a select statement. |
void setDefaultProjections(java.lang.String... columns)
com.bingzer.android.dbv.queries.Select#columns(String...)
in a select statement.
By default the default projections is
com.bingzer.android.dbv.IConfig#getIdNamingConvention()columns - the columns to setjava.lang.String[] getDefaultProjections()
void setDefaultAuthority(java.lang.String authority)
Authorityauthority - authority to setjava.lang.String getDefaultAuthority()
authority