Searched refs:mPreparedStatementPool (Results 1 – 1 of 1) sorted by relevance
104 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1197 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1199 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1215 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1216 mPreparedStatementPool = statement; in recyclePreparedStatement()