Uses of Class
org.apache.iotdb.session.pool.SessionDataSetWrapper
-
Packages that use SessionDataSetWrapper Package Description org.apache.iotdb.session.pool -
-
Uses of SessionDataSetWrapper in org.apache.iotdb.session.pool
Methods in org.apache.iotdb.session.pool that return SessionDataSetWrapper Modifier and Type Method Description SessionDataSetWrapperSessionPool. executeQueryStatement(java.lang.String sql)execure query sql users must call closeResultSet(SessionDataSetWrapper) if they do not use the SessionDataSet any more.SessionDataSetWrapperSessionPool. executeRawDataQuery(java.util.List<java.lang.String> paths, long startTime, long endTime)Methods in org.apache.iotdb.session.pool with parameters of type SessionDataSetWrapper Modifier and Type Method Description voidSessionPool. closeResultSet(SessionDataSetWrapper wrapper)
-