SSQLE  1.0
Simple SQL Editor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
SSQLE.IConnection Interface Reference

Interface providing facilities to connect to a relational database. More...

Inheritance diagram for SSQLE.IConnection:
SSQLE.OracleConnection

Public Member Functions

void Open ()
 Opens the connection to the databse. More...
 
void Close ()
 Closes previously opened connection to the databse. More...
 
QueryResult ExecuteQuery (string query)
 Lets underlaying database execute the query and returns its results. More...
 

Detailed Description

Interface providing facilities to connect to a relational database.

Member Function Documentation

void SSQLE.IConnection.Close ( )

Closes previously opened connection to the databse.

Implemented in SSQLE.OracleConnection.

QueryResult SSQLE.IConnection.ExecuteQuery ( string  query)

Lets underlaying database execute the query and returns its results.

Parameters
queryQuery to be passed to the databse for execution.
Returns
QueryResult representing retrieved values from the underlaying databse.

Implemented in SSQLE.OracleConnection.

void SSQLE.IConnection.Open ( )

Opens the connection to the databse.

Implemented in SSQLE.OracleConnection.


The documentation for this interface was generated from the following file: