Searched refs:mPreparedStatementPool (Results 1 – 1 of 1) sorted by relevance
104 private PreparedStatement mPreparedStatementPool; field in SQLiteConnection1183 PreparedStatement statement = mPreparedStatementPool; in obtainPreparedStatement()1185 mPreparedStatementPool = statement.mPoolNext; in obtainPreparedStatement()1201 statement.mPoolNext = mPreparedStatementPool; in recyclePreparedStatement()1202 mPreparedStatementPool = statement; in recyclePreparedStatement()