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

SourceObjectIdentifier

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

Represents an identifier of an object in the data source.

interface SourceObjectIdentifier {
mysqlIdentifier?: MysqlObjectIdentifier;
oracleIdentifier?: OracleObjectIdentifier;
postgresqlIdentifier?: PostgresqlObjectIdentifier;
sqlServerIdentifier?: SqlServerObjectIdentifier;
}

§Properties

§
mysqlIdentifier?: MysqlObjectIdentifier
[src]

Mysql data source object identifier.

§
oracleIdentifier?: OracleObjectIdentifier
[src]

Oracle data source object identifier.

§
postgresqlIdentifier?: PostgresqlObjectIdentifier
[src]

PostgreSQL data source object identifier.

§
sqlServerIdentifier?: SqlServerObjectIdentifier
[src]

SQLServer data source object identifier.