OracleTableResponse

data class OracleTableResponse(val oracleColumns: List<OracleColumnResponse>, val table: String)

Oracle table.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Link copied to clipboard

Table name.