Class PackageEntity (1.8.0)

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

Package's parent is a schema.

Attributes

NameDescription
package_sql_code str
The SQL code which creates the package.
package_body str
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
custom_features google.protobuf.struct_pb2.Struct
Custom engine specific features.