public class RowResultImpl extends AbstractDataResult<Row> implements RowResult
RowResult implementation.| Constructor and Description |
|---|
RowResultImpl(ColumnDefinition metadata,
java.util.TimeZone defaultTimeZone,
RowList rows,
java.util.function.Supplier<ProtocolEntity> completer,
PropertySet pset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Count of columns.
|
java.util.List<java.lang.String> |
getColumnNames()
Names of columns.
|
java.util.List<Column> |
getColumns()
Metadata.
|
count, fetchAll, finishStreaming, getAffectedItemsCount, getStatementExecuteOk, getWarnings, getWarningsCount, hasNext, nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, fetchAll, fetchOne, hasData, iteratorgetAffectedItemsCount, getWarnings, getWarningsCountpublic RowResultImpl(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 - PropertySetpublic int getColumnCount()
RowResultgetColumnCount in interface RowResultpublic java.util.List<Column> getColumns()
RowResultgetColumns in interface RowResultColumn objectspublic java.util.List<java.lang.String> getColumnNames()
RowResultgetColumnNames in interface RowResult