点击或拖拽改变大小

AbstractSqlFactory 方法

X#

AbstractSqlFactory 类型公开以下成员。

方法
  名称说明
公共方法AfterCommit
This method is called after a transaction was committed.
公共方法AfterConnect
This method is called after a connection was opened.
公共方法AfterDisConnect
This method is called after a connection was disconnected.
公共方法AfterOpen
This method is called after a datareader was opened.
公共方法AfterRollBack
This method is called after a transaction was rolled back.
公共方法BeforeCommit
This method is called before a transaction is committed.
公共方法BeforeConnect
This method gets called before connecting. This allows to adjust the connection string.
公共方法BeforeDisConnect
This method is called before a connection is disconnected.
公共方法BeforeRollBack
This method is called before a transaction is rolled back.
公共方法CreateCommand
Returns a new instance of the provider's class that implements the DbCommand class.
公共方法CreateCommandBuilder
Returns a new instance of the provider's class that implements the DbCommandBuilder class.
公共方法CreateConnection
Returns a new instance of the provider's class that implements the DbConnection class.
公共方法CreateConnectionStringBuilder
Returns a new instance of the provider's class that implements the DbConnectionStringBuilder class.
公共方法CreateDataAdapter
Returns a new instance of the provider's class that implements the DbDataAdapter class.
公共方法CreateDataSourceEnumerator
Returns a new instance of the provider's class that implements the DbDataSourceEnumerator class.
公共方法CreateParameter
Returns a new instance of the provider's class that implements the DbParameter class.
公共方法DriverConnect
This method is called to show an interactive dialog to select a connection.
公共方法EnhanceException
This method is called after a transaction was committed.
公共方法GetMetaDataColumnValues
Create an object array of column properties from the current datarow in the schema rowset
公共方法GetMetaDataTableValues
Create an object array of table properties from the current datarow in the schema rowset
公共方法GetName
Return the name of the factory.
公共方法HandleSpecialValue
This method is called to translate result values for a column.
公共方法TranslateStatement
This method is called before a statement is sent to the server.
Top
参见