| Package | Description |
|---|---|
| com.ing.data.cassandra.jdbc.metadata |
This package contains the classes to manage the database metadata result sets.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataRow |
MetadataRow.addEntry(String key,
Object value,
com.datastax.oss.driver.api.core.type.DataType type)
Add a metadata to this
MetadataRow instance. |
MetadataRow |
MetadataRow.withTemplate(MetadataRow.MetadataRowTemplate template,
Object... values)
Populates a metadata row defined by a row template with the specified values.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<MetadataRow> |
MetadataResultSet.iterator()
Gets an iterator over the rows of the metadata result set.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataResultSet |
MetadataResultSet.setRows(ArrayList<MetadataRow> metadataRows)
Add rows to the metadata result set.
|
Copyright © 2020–2024 ING Bank. All rights reserved.