Click or drag to resize

QdbConnectionFactory Class

A configuration builder to define the properties of the connection.
Inheritance Hierarchy
SystemObject
  QuasardbQdbConnectionFactory

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public class QdbConnectionFactory

The QdbConnectionFactory type exposes the following members.

Constructors
  NameDescription
Public methodQdbConnectionFactory
Initialize a factory to create connections.
Top
Methods
  NameDescription
Public methodWithCompression
Sets the compression level.
Public methodWithMaxInBufferSize
Sets the number of thread used per connection.
Public methodWithParallelism
Sets the number of thread used per connection.
Public methodWithSecurity
Adds security parameters.
Top
See Also