Ejemplo n.º 1
0
        internal int set_bt_prefix(BDB_PrefixCompareDelegate callback)
        {
            int ret;

            ret = libdb_csharpPINVOKE.DB_set_bt_prefix(swigCPtr, callback);
            DatabaseException.ThrowException(ret);
            return(ret);
        }
Ejemplo n.º 2
0
Archivo: DB.cs Proyecto: mcandre/db
 internal int set_bt_prefix(BDB_PrefixCompareDelegate callback)
 {
     int ret;
     ret = libdb_csharpPINVOKE.DB_set_bt_prefix(swigCPtr, callback);
     DatabaseException.ThrowException(ret);
     return ret;
 }
Ejemplo n.º 3
0
 public static extern int DB_set_bt_prefix(HandleRef jarg1, BDB_PrefixCompareDelegate jarg2);