Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "describeTableResponseColumnMetadata")
fun Flow<DescribeTableResponse>.columnList(): Flow<ColumnMetadata>

This paginator transforms the flow returned by describeTablePaginated to access the nested member ColumnMetadata

Link copied to clipboard
@JvmName(name = "listDatabasesResponseString")
fun Flow<ListDatabasesResponse>.databases(): Flow<String>

This paginator transforms the flow returned by listDatabasesPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "getStatementResultResponseFieldList")
fun Flow<GetStatementResultResponse>.records(): Flow<List<Field>>

This paginator transforms the flow returned by getStatementResultPaginated to access the nested member FieldList

Link copied to clipboard
@JvmName(name = "listSchemasResponseString")
fun Flow<ListSchemasResponse>.schemas(): Flow<String>

This paginator transforms the flow returned by listSchemasPaginated to access the nested member String

Link copied to clipboard
@JvmName(name = "listStatementsResponseStatementData")
fun Flow<ListStatementsResponse>.statements(): Flow<StatementData>

This paginator transforms the flow returned by listStatementsPaginated to access the nested member StatementData

Link copied to clipboard
@JvmName(name = "listTablesResponseTableMember")
fun Flow<ListTablesResponse>.tables(): Flow<TableMember>

This paginator transforms the flow returned by listTablesPaginated to access the nested member TableMember