Reference documentation and code samples for the Google Cloud Dms V1 Client class PackageEntity.
Package's parent is a schema.
Generated from protobuf message google.cloud.clouddms.v1.PackageEntity
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ package_sql_code
string
The SQL code which creates the package.
↳ package_body
string
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
↳ custom_features
getPackageSqlCode
The SQL code which creates the package.
string
setPackageSqlCode
The SQL code which creates the package.
var
string
$this
getPackageBody
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
string
setPackageBody
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
var
string
$this
getCustomFeatures
Custom engine specific features.
hasCustomFeatures
clearCustomFeatures
setCustomFeatures
Custom engine specific features.
$this