API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.database.sqlite.SQLiteQueryBuilder

Removed Methods
void setProjectionMap(Map<String, String>, boolean) Sets the projection map for the query.
 

Added Methods
void appendColumns(StringBuilder, String[]) Add the names that are non-null in columns to s, separating them with commas.
void appendWhereEscapeString(String) Append a chunk to the WHERE clause of the query.
Cursor query(SQLiteDatabase, String[], String, String[], String, String, String, String) Perform a query by combining all current settings and the information passed into this method.
 

Changed Methods
String buildQuery(String[], String, String[], String, String, String, String) Change in signature from (String[], String, String[], String, String, String) to (String[], String, String[], String, String, String, String).
Construct a SELECT statement suitable for use in a group of SELECT statements that will be joined through UNION operators in buildUnionQuery.
String buildQueryString(boolean, String, String[], String, String, String, String, String) Change in signature from (boolean, String, String[], String, String, String, String) to (boolean, String, String[], String, String, String, String, String).
Build an SQL query string from the given clauses.
String buildUnionQuery(String[], String, String) Change in signature from (String, String[]) to (String[], String, String).
Given a set of subqueries, all of which are SELECT statements, construct a query that returns the union of what those subqueries return.
String buildUnionSubQuery(String, String[], Set<String>, int, String, String, String[], String, String) Change in signature from (String, String[], Set<String>, String, String, String[], String, String) to (String, String[], Set<String>, int, String, String, String[], String, String).
Construct a SELECT statement suitable for use in a group of SELECT statements that will be joined through UNION operators in buildUnionQuery.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff