Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OracleTable

import type { OracleTable } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

Oracle table.

interface OracleTable {
oracleColumns?: OracleColumn[];
table?: string;
}

§Properties

§
oracleColumns?: OracleColumn[]
[src]

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

§
table?: string
[src]

Table name.