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