Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ResultSetMetadata |
ResultSetMetadata.clone() |
ResultSetMetadata |
ResultSet.getMetadata()
Metadata about the result set, such as row type information.
|
ResultSetMetadata |
PartialResultSet.getMetadata()
Metadata about the result set, such as row type information.
|
ResultSetMetadata |
ResultSetMetadata.set(String fieldName,
Object value) |
ResultSetMetadata |
ResultSetMetadata.setRowType(StructType rowType)
Indicates the field names and types for the rows in the result set.
|
ResultSetMetadata |
ResultSetMetadata.setTransaction(Transaction transaction)
If the read or SQL query began a transaction as a side-effect, the information about the new
transaction is yielded here.
|
ResultSetMetadata |
ResultSetMetadata.setUndeclaredParameters(StructType undeclaredParameters)
A SQL query can be parameterized.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultSet.setMetadata(ResultSetMetadata metadata)
Metadata about the result set, such as row type information.
|
PartialResultSet |
PartialResultSet.setMetadata(ResultSetMetadata metadata)
Metadata about the result set, such as row type information.
|
Copyright © 2011–2025 Google. All rights reserved.