HomeSort by relevance Sort by last modified time
    Searched refs:SQLiteStatementInfo (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatementInfo.java 24 public final class SQLiteStatementInfo {
SQLiteProgram.java 57 SQLiteStatementInfo info = new SQLiteStatementInfo();
SQLiteSession.java 557 * is not null, the provided {@link SQLiteStatementInfo} object is populated
570 * @param outStatementInfo The {@link SQLiteStatementInfo} object to populate
577 SQLiteStatementInfo outStatementInfo) {
    [all...]
SQLiteConnection.java 474 * is not null, the provided {@link SQLiteStatementInfo} object is populated
488 * @param outStatementInfo The {@link SQLiteStatementInfo} object to populate
493 public void prepare(String sql, SQLiteStatementInfo outStatementInfo) {
    [all...]

Completed in 133 milliseconds