Uses of Class
software.amazon.awssdk.services.athena.model.ColumnInfo
-
Packages that use ColumnInfo Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ColumnInfo in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ColumnInfo Modifier and Type Method Description List<ColumnInfo>ResultSetMetadata. columnInfo()Information about the columns returned in a query result metadata.Methods in software.amazon.awssdk.services.athena.model with parameters of type ColumnInfo Modifier and Type Method Description ResultSetMetadata.BuilderResultSetMetadata.Builder. columnInfo(ColumnInfo... columnInfo)Information about the columns returned in a query result metadata.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ColumnInfo Modifier and Type Method Description ResultSetMetadata.BuilderResultSetMetadata.Builder. columnInfo(Collection<ColumnInfo> columnInfo)Information about the columns returned in a query result metadata.
-