public static string CursorGetChar(HDFqlCursor cursor) { string ret = HDFqlPINVOKE.CursorGetChar(HDFqlCursor.getCPtr(cursor)); return(ret); }