T
- the type for reading a row from the set
public interface RowSet<T>
extends java.lang.Iterable<T>, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames()
Identifies the columns in the row set.
|
java.lang.String[] |
getColumnTypes()
Identifies the data types of the columns.
|
java.util.stream.Stream<T> |
stream()
Streams each row in the set of rows.
|
java.lang.String[] getColumnNames()
java.lang.String[] getColumnTypes()
java.util.stream.Stream<T> stream()
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.