internal virtual void releaseCompiledSqlObj(string sql, android.database.sqlite.SQLiteCompiledSql
                                             compiledSql)
 {
     throw new System.NotImplementedException();
 }
 internal virtual void addToCompiledQueries(string sql, android.database.sqlite.SQLiteCompiledSql
                                            compiledStatement)
 {
     throw new System.NotImplementedException();
 }