public static int CursorNext(HDFqlCursor cursor) { int ret = HDFqlPINVOKE.CursorNext(HDFqlCursor.getCPtr(cursor)); return(ret); }