These constants are used internally to describe what kind of resultset you're working with. TYPE_RESULT_FULL means the full data provided in the resultset was fully fetch into memory, in the other hand TYPE_RESULT_PARTIAL means the results are being obtained using a scrollable cursor, fetching one record at every iteration.