DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An stream implementation of an interface to a database. More...
Protected Member Functions | |
override void | SendCommand (byte[] command, int offset, int size) |
override byte[] | ReceiveCommand (int timeout) |
override void | CloseConnection () |
Protected Attributes | |
BinaryWriter | output |
The data output stream for the db protocol. More... | |
BinaryReader | input |
The data input stream for the db protocol. More... | |
Package Functions | |
StreamDatabaseInterface (string initial_database) | |
void | Setup (Stream rawin, Stream rawout) |
Sets up the stream connection with the given input/output stream. More... | |
Private Attributes | |
bool | closed = false |
An stream implementation of an interface to a database.
This is a stream based communication protocol.
Definition at line 26 of file StreamDatabaseInterface.cs.
|
inlinepackage |
Definition at line 27 of file StreamDatabaseInterface.cs.
|
inlineprotected |
Definition at line 80 of file StreamDatabaseInterface.cs.
|
inlineprotected |
Definition at line 64 of file StreamDatabaseInterface.cs.
|
inlineprotected |
Definition at line 57 of file StreamDatabaseInterface.cs.
|
inlinepackage |
Sets up the stream connection with the given input/output stream.
rawin | |
rawout |
Definition at line 47 of file StreamDatabaseInterface.cs.
|
private |
Definition at line 40 of file StreamDatabaseInterface.cs.
|
protected |
The data input stream for the db protocol.
Definition at line 38 of file StreamDatabaseInterface.cs.
|
protected |
The data output stream for the db protocol.
Definition at line 34 of file StreamDatabaseInterface.cs.