Class OracleObjectIdentifier (1.2.0)

OracleObjectIdentifier(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Oracle data source object identifier.

Attributes

NameDescription
schema str
Required. The schema name.
table str
Required. The table name.

Inheritance

builtins.object > proto.message.Message > OracleObjectIdentifier