Contains classes to access Sphinx via the MySQL protocol.
Classes
| Class | Description | |
|---|---|---|
|
|
SphinxQLCommand |
Represents a SphinxQL statement to execute against Sphinx. This class cannot be inherited.
|
|
|
SphinxQLConnection |
Represents a connection to Sphinx. This class cannot be inherited.
|
|
|
SphinxQLConnectionStringBuilder |
Provides a simple way to create and manage the contents of connection strings used by the SphinxQLConnection class.
|
|
|
SphinxQLDataAdapter |
Represents a set of data commands and a connection that are used to fill a DataSet. This class cannot be inherited.
|
|
|
SphinxQLDataReader |
Reads a forward-only stream of rows from Sphinx. This class cannot be inherited.
|
|
|
SphinxQLException |
The exception that is thrown when an SphinxQL error occurs.
|
|
|
SphinxQLParameter |
Represents a parameter to a SphinxQLCommand. This class cannot be inherited.
|
|
|
SphinxQLParameterCollection |
Represents a collection of parameters associated with a SphinxQLCommand.
This class cannot be inherited.
|
|
|
SphinxQLTransaction |
Represents a transaction. This class cannot be inherited.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
SphinxType |
Specifies the data type of a field, a property, or a Parameter object.
|