[Missing <summary> documentation for N:Encog.Util.DB]
| C# | Visual Basic | Visual C++ |
namespace Encog.Util.DB
Namespace Encog.Util.DB
namespace Encog.Util.DB
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| DBError |
Thrown when a DB error occurs.
| |
| RepeatableConnection |
RepeatableConnection is used to create RepeatableStatement objects.
| |
| RepeatableStatement |
RepeatableStatement: This class implements a repeatable
statement. A repeatable statement is a regular
PreparedStatement that can be repeated if the connection
fails.
Additionally, the repeatable statement maintains a cache
of PreparedStatement objects for the threads. This
prevents two threads from using the same
PreparedStatement at the same time. To obtain a
PreparedStatement a thread should call the
obtainStatement function. Once the thread no longer needs
the statement, the releaseStatement method should be
called.
| |
| RepeatableStatement..::.Results |
Simple internal class that holds the ResultSet from a
query.
|