Searched refs:mPreparedStatementPool (Results 1 – 1 of 1) sorted by relevance
102 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1181 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1183 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1199 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1200 mPreparedStatementPool = statement; in recyclePreparedStatement()