Represents DbGate implementation for Oracle Data Provider for .NET Implements the Korzh.EasyQuery.Db.DbGate
public class Korzh.EasyQuery.DbGates.OdpCoreGate
Package: Korzh.EasyQuery.OdpCoreGate
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.OdpCoreGate.dll
Name | Type | Description |
---|
OdpCoreGate() | void | Initializes a new instance of the OdbcGate class. |
Name | Type | Description |
---|
Connection | OracleConnection | Gets the Oracle.ManagedDataAccess.Client.OracleConnection . |
Name | Type | Description |
---|
CoreCheckConnection() | void | When overriden in derived class, performs the actual connection checking |
CoreGetDatabases(DbInfoList databases) | void | Core implementation of Korzh.EasyQuery.Db.DbGate.GetDatabases method. |
CoreGetFieldsBySQL(string sql, DbFieldInfoList fields) | void | Core implementation of Korzh.EasyQuery.Db.DbGate.GetFieldsBySQL(System.String) method. |
CoreGetLinks(string dbName, string schemaName, DbLinkInfoList links) | void | Core implementation of Korzh.EasyQuery.Db.DbGate.GetLinks(System.String,System.String) method. |
CoreGetTables(string dbName, string schemaName, DbTableInfoList tables) | void | Core implementation of Korzh.EasyQuery.Db.DbGate.GetTables(System.String,System.String) method. |
GetConnection() | DbConnection | Gets the Oracle.ManagedDataAccess.Client.OracleConnection object. |
GetFormatType() | FormatType | Gets the type of the format. |
GetGateId() | string | Gets the ID of Korzh.EasyQuery.Db.DbGate type. |
GetName() | string | Gets the name of Korzh.EasyQuery.DbGates.OdpCoreGate object. |
GetPwdName() | string | Gets the name of “password” attribute in connection string. |
GetSqlDialect() | string | Gets the name of default SQL dialect. |
GetTableFieldsMap(string dbName, string schemaName) | Dictionary <string , DbFieldInfoList> | |
GetUidName() | string | Gets the name of User ID attribute in connection string |
SetConnection(DbConnection connection) | void | Sets the Oracle.ManagedDataAccess.Client.OracleConnection |
Name | Type | Description |
---|
ConnectionType | Type | Gets the type of the connection. |
Name | Type | Description |
---|
Register() | void | Registers this type of DbGate in global list of DbGate types. |