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

OracleObjectIdentifier

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

Oracle data source object identifier.

interface OracleObjectIdentifier {
schema?: string;
table?: string;
}

§Properties

§
schema?: string
[src]

Required. The schema name.

§
table?: string
[src]

Required. The table name.