OdbcFactory Class |
Namespace: XSharp.Data
The OdbcFactory type exposes the following members.
Name | Description | |
---|---|---|
OdbcFactory | Initializes a new instance of the OdbcFactory class |
Name | Description | |
---|---|---|
CanCreateDataSourceEnumerator | Does the factory support datasource enumeration. (Inherited from AbstractSqlFactory.) | |
Name | Return the name of the factory. (Overrides Name.) | |
ParameterNameInQuery | Should the parameter name be included in the query. Defaults to FALSE for ODBC and OLEDB and TRUE for SQLServer (Inherited from AbstractSqlFactory.) | |
ParameterPrefix | Define the character with which parameters are prefixed in queries. For example '?' (ODBC, OLEDB) or '@' (SQLServer) (Inherited from AbstractSqlFactory.) | |
QuoteChar | (Overrides QuoteChar.) |
Name | Description | |
---|---|---|
AfterCommit | This method is called after a transaction was committed. (Inherited from AbstractSqlFactory.) | |
AfterConnect | This method is called after a connection was opened. (Inherited from AbstractSqlFactory.) | |
AfterDisConnect | This method is called after a connection was disconnected. (Inherited from AbstractSqlFactory.) | |
AfterOpen | This method is called after a datareader was opened. (Overrides AfterOpen(DbDataReader).) | |
AfterRollBack | This method is called after a transaction was rolled back. (Inherited from AbstractSqlFactory.) | |
BeforeCommit | This method is called before a transaction is committed. (Inherited from AbstractSqlFactory.) | |
BeforeConnect | This method gets called before connecting. This allows to adjust the connection string. (Inherited from AbstractSqlFactory.) | |
BeforeDisConnect | This method is called before a connection is disconnected. (Inherited from AbstractSqlFactory.) | |
BeforeRollBack | This method is called before a transaction is rolled back. (Inherited from AbstractSqlFactory.) | |
CreateCommand | Returns a new instance of the provider's class that implements the DbCommand class. (Inherited from AbstractSqlFactory.) | |
CreateCommandBuilder | Returns a new instance of the provider's class that implements the DbCommandBuilder class. (Inherited from AbstractSqlFactory.) | |
CreateConnection | Returns a new instance of the provider's class that implements the DbConnection class. (Inherited from AbstractSqlFactory.) | |
CreateConnectionStringBuilder | Returns a new instance of the provider's class that implements the DbConnectionStringBuilder class. (Inherited from AbstractSqlFactory.) | |
CreateDataAdapter | Returns a new instance of the provider's class that implements the DbDataAdapter class. (Inherited from AbstractSqlFactory.) | |
CreateDataSourceEnumerator | Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class. (Inherited from AbstractSqlFactory.) | |
CreateParameter | Returns a new instance of the provider's class that implements the DbParameter class. (Inherited from AbstractSqlFactory.) | |
DriverConnect | This method is called to show an interactive dialog to select a connection. (Overrides DriverConnect(IntPtr, Object, Object).) | |
EnhanceException | This method is called after a transaction was committed. (Overrides EnhanceException(Exception).) | |
GetMetaDataColumnValues | Create an object array of column properties from the current datarow in the schema rowset (Overrides GetMetaDataColumnValues(DataRow).) | |
GetMetaDataTableValues | Create an object array of table properties from the current datarow in the schema rowset (Overrides GetMetaDataTableValues(DataRow).) | |
GetName | Return the name of the factory. (Overrides GetName(DbConnection).) | |
HandleSpecialValue | This method is called to translate result values for a column. (Overrides HandleSpecialValue(Object, Object, Logic).) | |
TranslateStatement | This method is called before a statement is sent to the server. (Overrides TranslateStatement(String).) |