OdbcGate class
Represents Korzh.EasyQuery.Db.DbGate implementation for ODBC connection
public class Korzh.EasyQuery.DbGates.OdbcGate    : DbGateProperties
Section titled “Properties”| Type | Name | Description | 
|---|---|---|
| OdbcConnection | Connection | Gets the System.Data.Odbc.OdbcConnection. | 
Methods
Section titled “Methods”| Type | Name | Description | 
|---|---|---|
| void | CoreCheckConnection() | Checks the connection. | 
| void | CoreGetDatabases( DbInfoListdatabases) | Core implementation of Korzh.EasyQuery.Db.DbGate.GetDatabases method. | 
| void | CoreGetFields( StringdbName,StringschemaName,StringtableName,DbFieldInfoListfields) | Core implementation of Korzh.EasyQuery.Db.DbGate.GetFields(System.String,System.String,System.String) method. | 
| void | CoreGetFieldsBySQL( Stringsql,DbFieldInfoListfields) | Core implementation of Korzh.EasyQuery.Db.DbGate.GetFieldsBySQL(System.String) method. | 
| void | CoreGetLinks( StringdbName,StringschemaName,DbLinkInfoListlinks) | Core implementation of Korzh.EasyQuery.Db.DbGate.GetLinks(System.String,System.String) method. | 
| void | CoreGetTables( StringdbName,StringschemaName,DbTableInfoListtables) | Core implementation of Korzh.EasyQuery.Db.DbGate.GetTables(System.String,System.String) method. | 
| Boolean | GetConnected() | Core implemenation of “get” method of Korzh.EasyQuery.Db.DbGate.Connected property. | 
| DbConnection | GetConnection() | Gets the System.Data.Odbc.OdbcConnection. | 
| DbDataAdapter | GetDataAdapter( StringsqlText) | Returns new instance of System.Data.Odbc.OdbcDataAdapter. | 
| FormatType | GetFormatType() | Returns the format type for this DB gate | 
| String | GetGateId() | Gets the ID of Korzh.EasyQuery.Db.DbGate type. | 
| String | GetName() | Gets the name of Korzh.EasyQuery.DbGates.OdbcGate object. | 
| String | GetPwdName() | Gets the name of “password” attribute in connection string. | 
| String | GetSqlDialect() | Gets the name of default SQL dialect. | 
| String | GetUidName() | Gets the name of User ID attribute in connection string | 
| void | SetConnected( Booleanconnected) | Core implemenation of “set” method of Korzh.EasyQuery.Db.DbGate.Connected property. | 
Static Properties
Section titled “Static Properties”| Type | Name | Description | 
|---|---|---|
| Type | ConnectionType | Gets the type of the connection. | 
Static Methods
Section titled “Static Methods”| Type | Name | Description | 
|---|---|---|
| void | Register() | Registers this type of DbGate in global list of DbGate types. | 
 
 