Click or drag to resize

SphinxQLConnection Methods

The SphinxQLConnection type exposes the following members.

Methods
  NameDescription
Public methodBeginTransaction
Begins a new transaction.
Public methodBeginTransaction(IsolationLevel)
Begins a new transaction with the specified isolation level. Not supported.
Public methodBeginTransactionAsync
Begins a new transaction asynchronously.
Public methodBeginTransactionAsync(CancellationToken)
Begins a new transaction asynchronously.
Public methodChangeDatabase
Changes the current database for an open connection. Not supported.
(Overrides DbConnectionChangeDatabase(String).)
Public methodClose
Closes the connection to searchd. This is the preferred method of closing any open connection.
(Overrides DbConnectionClose.)
Public methodCloseAsync
Asynchronously closes the connection to searchd. This is the preferred method of closing any open connection.
Public methodCreateCommand
Creates and returns a SphinxQLCommand object associated with the current connection.
Public methodCreateCommand(String)
Creates and returns a SphinxQLCommand object associated with the current connection and the provided command text.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodDisposeAsync
Asynchronously diposes the connection object.
Public methodEnlistTransaction
Enlists in the specified transaction.
(Overrides DbConnectionEnlistTransaction(Transaction).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetSchema
Returns schema information for the data source of this SphinxQLConnection. Not supported.
(Overrides DbConnectionGetSchema.)
Public methodGetSchema(String)
Returns schema information for the data source of this SphinxQLConnection using the specified string for the schema name. Not supported.
(Overrides DbConnectionGetSchema(String).)
Public methodGetSchema(String, String)
Returns schema information for the data source of this SphinxQLConnection using the specified string for the schema name and the specified string array for the restriction values. Not supported.
(Overrides DbConnectionGetSchema(String, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodOpen
Opens a connection to Sphinx.
(Overrides DbConnectionOpen.)
Public methodOpenAsync
An asynchronous version of Open, which opens a database connection with the settings specified by the ConnectionString. This method invokes the virtual method OpenAsync(CancellationToken) with CancellationToken.None.
(Inherited from DbConnection.)
Public methodOpenAsync(CancellationToken)
Opens a connection to Sphinx.
(Overrides DbConnectionOpenAsync(CancellationToken).)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Explicit Interface Implementations
See Also