public class SqlSingleResult extends RowResultImpl implements SqlResult
SqlResult
representing a single result set. Implemented as a thin layer over RowResultImpl
.Constructor and Description |
---|
SqlSingleResult(ColumnDefinition metadata,
java.util.TimeZone defaultTimeZone,
RowList rows,
java.util.function.Supplier<ProtocolEntity> completer,
PropertySet pset)
Constructor.
|
getColumnCount, getColumnNames, getColumns
count, fetchAll, finishStreaming, getAffectedItemsCount, getStatementExecuteOk, getWarnings, getWarningsCount, hasNext, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAutoIncrementValue, nextResult
getColumnCount, getColumnNames, getColumns
count, fetchAll, fetchOne, hasData, iterator
getAffectedItemsCount, getWarnings, getWarningsCount
public SqlSingleResult(ColumnDefinition metadata, java.util.TimeZone defaultTimeZone, RowList rows, java.util.function.Supplier<ProtocolEntity> completer, PropertySet pset)
metadata
- ColumnDefinition
object to use for new rows.defaultTimeZone
- TimeZone
object representing the default time zonerows
- RowList
provided by c/J corecompleter
- supplier for completion taskpset
- PropertySet