类 DatabendUnboundQueryResultSet

java.lang.Object
com.databend.jdbc.DatabendUnboundQueryResultSet
所有已实现的接口:
AutoCloseable, ResultSet, Wrapper

public class DatabendUnboundQueryResultSet extends Object
We create a new ResultSet class constructed directly from fixed values or pre-query combinations of data. This class is created to do some specific processing on some implementations of the DatabaseMetaData interface.

Since some of the queries returned from databend will be some different from the jdbc standard, so that we need to make some modifications to the types, values, etc. after the returned results. The actual returned datas from the interface is a new ResultSet.