returnCompositeAsMap

abstract fun returnCompositeAsMap(name: String, schema: String = ""): QueryOptionsBuilder

Directs Octavius to return a specific composite type as a nested Map<String, Any?> instead of trying to map it to a Kotlin class.

Parameters

name

Name of the composite type.

schema

Schema of the composite type (defaults to empty, meaning search_path will be used).