Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

Q

QUERY_ORDER_ASCENDING - Static variable in class net.zer0bandwidth.android.lib.content.ContentUtils
The magic word used by ContentResolver.query(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) to specify that results should be sorted in ascending order.
QUERY_ORDER_DESCENDING - Static variable in class net.zer0bandwidth.android.lib.content.ContentUtils
The magic word used by ContentResolver.query(android.net.Uri, java.lang.String[], java.lang.String, java.lang.String[], java.lang.String) to specify that results should be sorted in descending order.
QUERY_VARIABLE_MARKER - Static variable in class net.zer0bandwidth.android.lib.content.ContentUtils
The character that stands in for a variable value in the Android format string that is supplied to methods of ContentResolver.
QueryBuilder<I extends QueryBuilder,R> - Class in net.zer0bandwidth.android.lib.content.querybuilder
Builds a ContentResolver query using builder-style methods, rather than the standard methods, which use long lists of often-null parameters.
QueryBuilder() - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
The default constructor; does not bind to a particular data source.
QueryBuilder(Context, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
A shared constructor which binds the builder to a the resolver found in the given context, and the specified URI.
QueryBuilder(ContentResolver, Uri) - Constructor for class net.zer0bandwidth.android.lib.content.querybuilder.QueryBuilder
A shared constructor which binds the builder to a specific resolver and URI.
QueryBuilder<I extends QueryBuilder,R> - Class in net.zer0bandwidth.android.lib.database.querybuilder
Builds a SQLite query using methods, rather than the methods from the SQLiteDatabase methods that use long lists of parameters.
QueryBuilder(String) - Constructor for class net.zer0bandwidth.android.lib.database.querybuilder.QueryBuilder
Superclass's constructor, which initializes the shared member fields.
QueryBuilder.ExecutionException - Exception in net.zer0bandwidth.android.lib.content.querybuilder
Exception thrown by QueryBuilder.execute() and QueryBuilder.executeOn(android.content.ContentResolver, android.net.Uri) when the underlying ContentResolver query operation fails.
QueryBuilder.UnboundException - Exception in net.zer0bandwidth.android.lib.content.querybuilder
Informs a consumer of QueryBuilder that it has tried to invoke the QueryBuilder.execute() method without first binding to a data source.
QueryBuilder.UnboundException - Exception in net.zer0bandwidth.android.lib.database.querybuilder
Informs a consumer that the builder's QueryBuilder.execute() method was invoked while the builder was not bound to a target database instance.
QueryContext(DBH) - Constructor for class net.zer0bandwidth.android.lib.database.sqlitehouse.SQLiteHouse.QueryContext
Deprecated.
Constructs the instance and binds it back to a SQLiteHouse.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links