| Package | Description |
|---|---|
| org.mule.db.commons.internal.util |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.runtime.api.util.Pair<String,Boolean> |
StoredProcedureUtils.analyzeStoredOperation(String sqlText)
Gets the name of the stored procedure of the given SQL Query.
|
static Optional<String> |
StoredProcedureUtils.getStoredProcedureParentOwner(String sqlText)
Gets the owner of the owner of the stored procedure of the given SQL Query.
|
static Optional<String> |
StoredProcedureUtils.getStoreProcedureOwner(String sqlText)
Gets the owner of the stored procedure of the given SQL Query.
|
Copyright © 2025. All rights reserved.