Click or drag to resize
Galactic API

OracleUtilityExecuteQuery Method (String, String, EventLog)

Executes the PL/SQL query provided.

Namespace:  Galactic.Sql.Oracle
Assembly:  Galactic.Sql.Oracle (in Galactic.Sql.Oracle.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override List<SqlRow> ExecuteQuery(
	string query,
	string connectionString,
	EventLog log
)

Parameters

query
Type: SystemString
The PL/SQL query text to execute.
connectionString
Type: SystemString
The connection string of the database to execute the script against.
log
Type: Galactic.EventLogEventLog
The event log to log execptions to. May be null for no logging.

Return Value

Type: ListSqlRow
A list of rows of data returned from the query.
See Also