Skip navigation links
C G H I O P R S U 

C

columns(String...) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable.Select
Specified the column to return.
columns(String...) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable.Select
Specified the column to return.
com.bingzer.android.dbv.content - package com.bingzer.android.dbv.content
 
com.bingzer.android.dbv.content.contracts - package com.bingzer.android.dbv.content.contracts
 
com.bingzer.android.dbv.content.utils - package com.bingzer.android.dbv.content.utils
 
com.bingzer.android.dbv.internal - package com.bingzer.android.dbv.internal
 
ContentQuery - Class in com.bingzer.android.dbv.content
ContentQuery allows DbQuery style while querying data from ContentProvider.
count(String, Object...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
count(String, Object...) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 

G

getContentConfig() - Method in interface com.bingzer.android.dbv.content.contracts.IBaseResolver
Returns the default config
getDefaultAuthority() - Method in interface com.bingzer.android.dbv.content.contracts.IContentQueryConfig
Returns the authority
getDefaultProjections() - Method in interface com.bingzer.android.dbv.content.contracts.IContentQueryConfig
Returns the default projections
getUri() - Method in interface com.bingzer.android.dbv.content.contracts.IBaseResolver
Returns the URI

H

has(String, Object...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
has(String, Object...) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 

I

IBaseResolver - Interface in com.bingzer.android.dbv.content.contracts
Created by Ricky Tobing on 8/23/13.
IContentQueryConfig - Interface in com.bingzer.android.dbv.content.contracts
 
IResolver - Interface in com.bingzer.android.dbv.content.contracts
Created by Ricky Tobing on 8/20/13.
IStrictResolver - Interface in com.bingzer.android.dbv.content.contracts
Created by Ricky Tobing on 8/23/13.

O

orderBy(String...) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable.Select
Order by.
orderBy(String...) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable.Select
Order by.

P

parseIdFromUri(Uri) - Static method in class com.bingzer.android.dbv.content.utils.UriUtils
 

R

resolve(String, Context) - Static method in class com.bingzer.android.dbv.content.ContentQuery
Creates an IResolver for the specified URI
resolve(Uri, Context) - Static method in class com.bingzer.android.dbv.content.ContentQuery
Creates an IResolver for the specified URI
Resolver - Class in com.bingzer.android.dbv.internal
Created by Ricky on 8/20/13.
Resolver(Uri, Context) - Constructor for class com.bingzer.android.dbv.internal.Resolver
 

S

select(int, String) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select top (x) add the specified condition
select(String) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select some condition
select(long) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select id.
select(long...) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select multiple ids
select(String, Object...) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select along with whereClause
select(int, String, Object...) - Method in interface com.bingzer.android.dbv.content.contracts.Selectable
Select
select(String) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable
Select some condition
select(long) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable
Select id.
select(long...) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable
Select multiple ids
select(String, Object...) - Method in interface com.bingzer.android.dbv.content.contracts.StrictSelectable
Select along with whereClause
select(long) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(String) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(int, String) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(String, Object...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(long...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(int, String, Object...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
select(long) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 
select(String) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 
select(long...) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 
select(String, Object...) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 
Selectable - Interface in com.bingzer.android.dbv.content.contracts
Created by Ricky on 8/22/13.
Selectable.Select - Interface in com.bingzer.android.dbv.content.contracts
For select statement
Selectable.Select.OrderBy - Interface in com.bingzer.android.dbv.content.contracts
Order By
selectId(String, Object...) - Method in class com.bingzer.android.dbv.internal.Resolver
 
selectId(String, Object...) - Method in class com.bingzer.android.dbv.internal.StrictResolver
 
setDefaultAuthority(String) - Method in interface com.bingzer.android.dbv.content.contracts.IContentQueryConfig
Sets the default Authority
setDefaultProjections(String...) - Method in interface com.bingzer.android.dbv.content.contracts.IContentQueryConfig
Sets the default projections (columns) unless if otherwise specified with com.bingzer.android.dbv.queries.Select#columns(String...) in a select statement.
strictlyResolve(String, Context) - Static method in class com.bingzer.android.dbv.content.ContentQuery
Creates an IStrictResolver for the specified URI
strictlyResolve(Uri, Context) - Static method in class com.bingzer.android.dbv.content.ContentQuery
Creates an IStrictResolver for the specified URI
StrictResolver - Class in com.bingzer.android.dbv.internal
Created by Ricky Tobing on 8/23/13.
StrictResolver(Uri, Context) - Constructor for class com.bingzer.android.dbv.internal.StrictResolver
 
StrictSelectable - Interface in com.bingzer.android.dbv.content.contracts
Created by Ricky Tobing on 8/23/13.
StrictSelectable.Select - Interface in com.bingzer.android.dbv.content.contracts
For select statement
StrictSelectable.Select.OrderBy - Interface in com.bingzer.android.dbv.content.contracts
Order By

U

UriUtils - Class in com.bingzer.android.dbv.content.utils
Created by Ricky on 8/21/13.
UriUtils() - Constructor for class com.bingzer.android.dbv.content.utils.UriUtils
 
C G H I O P R S U 
Skip navigation links