Property | Type | Description | |
---|---|---|---|
CreateOracleConnection | OracleConnection | ||
IConnectionProvider | IDbConnection | ||
UserIdOfConnection | string |
Method | Description | |
---|---|---|
GetIdentityFunction ( ) : string | ||
GetProcedureExecutor ( Simple.Data.Ado.AdoAdapter adapter, ObjectName procedureName ) : IProcedureExecutor | ||
GetSchemaProvider ( ) : ISchemaProvider | ||
SetConnectionString ( string connectionString ) : void |
Method | Description | |
---|---|---|
CreateOracleConnection ( ) : OracleConnection | ||
IConnectionProvider ( ) : IDbConnection | ||
UserIdOfConnection ( ) : string |
public GetProcedureExecutor ( Simple.Data.Ado.AdoAdapter adapter, ObjectName procedureName ) : IProcedureExecutor | ||
adapter | Simple.Data.Ado.AdoAdapter | |
procedureName | ObjectName | |
return | IProcedureExecutor |
public GetSchemaProvider ( ) : ISchemaProvider | ||
return | ISchemaProvider |
public SetConnectionString ( string connectionString ) : void | ||
connectionString | string | |
return | void |