Class DuckDBClientFactory
- Inheritance
-
Duck
DBClient Factory
- Inherited Members
Fields
Instance
Field Value
ProviderInvariantName
Field Value
Properties
CanCreateDataSourceEnumerator
Gets a value that indicates whether this Db
Property Value
- bool
true if the instance supports the Db
Data class; otherwise, false.Source Enumerator
Methods
CreateCommand()
Returns a new instance of the provider's class that implements the Db
Returns
CreateCommandBuilder()
Returns a new instance of the provider's class that implements the Db
Returns
- Db
Command Builder A new instance of Db
Command .Builder
CreateConnection()
Returns a new instance of the provider's class that implements the Db
Returns
- Db
Connection A new instance of Db
Connection .
CreateConnectionStringBuilder()
Returns a new instance of the provider's class that implements the Db
Returns
- Db
Connection String Builder A new instance of Db
Connection .String Builder
CreateDataAdapter()
Returns a new instance of the provider's class that implements the Db
Returns
- Db
Data Adapter A new instance of Db
Data .Adapter
CreateParameter()
Returns a new instance of the provider's class that implements the Db
Returns
- Db
Parameter A new instance of Db
Parameter .