SQLProvider

SprocName Type

Represents the name of a stored procedure, including schema and package information. Handles different database naming conventions (e.g., Oracle packages, SQL Server schemas).

Record fields

Record Field Description

Owner

Full Usage: Owner

Field type: string

The schema or owner name

Field type: string

PackageName

Full Usage: PackageName

Field type: string

The package name (primarily for Oracle)

Field type: string

ProcName

Full Usage: ProcName

Field type: string
Field type: string

Instance members

Instance member Description

this.DbName

Full Usage: this.DbName

Returns: string
Returns: string

this.FriendlyName

Full Usage: this.FriendlyName

Returns: string
Returns: string

this.FullName

Full Usage: this.FullName

Returns: string
Returns: string

this.ToList

Full Usage: this.ToList

Returns: string list
Returns: string list

Type something to start searching.