Uses of Interface
com.mckoi.database.jdbc.ProtocolConstants
-
Packages that use ProtocolConstants Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi.com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
-
Uses of ProtocolConstants in com.mckoi.database.jdbc
Classes in com.mckoi.database.jdbc that implement ProtocolConstants Modifier and Type Class Description (package private) class
RemoteDatabaseInterface
An abstract implementation of DatabaseInterface that retrieves information from a remote server host.(package private) class
StreamDatabaseInterface
An stream implementation of an interface to a McKoi database.(package private) class
TCPStreamDatabaseInterface
Connection to the database via the TCP protocol. -
Uses of ProtocolConstants in com.mckoi.database.jdbcserver
Classes in com.mckoi.database.jdbcserver that implement ProtocolConstants Modifier and Type Class Description (package private) class
JDBCProcessor
This processes JDBC commands from a JDBC client and dispatches the commands to the database.(package private) class
StreamJDBCServerConnection
A generic JDBC stream protocol server that reads JDBC commands from a stream from each connection and dispatches the commands appropriately.(package private) class
TCPJDBCServerConnection
A ServerConnection that processes JDBC queries from a client from a TCP Socket.
-