예제 #1
0
        internal int set_append_recno(BDB_AppendRecnoDelegate callback)
        {
            int ret;

            ret = libdb_csharpPINVOKE.DB_set_append_recno(swigCPtr, callback);
            DatabaseException.ThrowException(ret);
            return(ret);
        }
예제 #2
0
파일: DB.cs 프로젝트: mcandre/db
 internal int set_append_recno(BDB_AppendRecnoDelegate callback)
 {
     int ret;
     ret = libdb_csharpPINVOKE.DB_set_append_recno(swigCPtr, callback);
     DatabaseException.ThrowException(ret);
     return ret;
 }
예제 #3
0
 public static extern int DB_set_append_recno(HandleRef jarg1, BDB_AppendRecnoDelegate jarg2);