コード例 #1
0
ファイル: SQLiteDatabase.cs プロジェクト: zhouweiaccp/XobotOS
 internal virtual void releaseCompiledSqlObj(string sql, android.database.sqlite.SQLiteCompiledSql
                                             compiledSql)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
ファイル: SQLiteDatabase.cs プロジェクト: zhouweiaccp/XobotOS
 internal virtual void addToCompiledQueries(string sql, android.database.sqlite.SQLiteCompiledSql
                                            compiledStatement)
 {
     throw new System.NotImplementedException();
 }