Uses of Class
software.amazon.awssdk.services.athena.model.ResultSetMetadata
-
Packages that use ResultSetMetadata Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ResultSetMetadata in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ResultSetMetadata Modifier and Type Method Description ResultSetMetadataResultSet. resultSetMetadata()The metadata that describes the column structure and data types of a table of query results.Methods in software.amazon.awssdk.services.athena.model with parameters of type ResultSetMetadata Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. resultSetMetadata(ResultSetMetadata resultSetMetadata)The metadata that describes the column structure and data types of a table of query results.
-