Reference documentation and code samples for the Google Cloud Dms V1 Client class StoredProcedureEntity.
Stored procedure's parent is a schema.
Generated from protobuf message google.cloud.clouddms.v1.StoredProcedureEntity
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sql_code |
string
The SQL code which creates the stored procedure. |
↳ custom_features |
Google\Protobuf\Struct
Custom engine specific features. |
getSqlCode
The SQL code which creates the stored procedure.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSqlCode
The SQL code which creates the stored procedure.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomFeatures
Custom engine specific features.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Struct|null |
|
hasCustomFeatures
clearCustomFeatures
setCustomFeatures
Custom engine specific features.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Struct
|
| Returns | |
|---|---|
| Type | Description |
$this |
|