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) classRemoteDatabaseInterfaceAn abstract implementation of DatabaseInterface that retrieves information from a remote server host.(package private) classStreamDatabaseInterfaceAn stream implementation of an interface to a McKoi database.(package private) classTCPStreamDatabaseInterfaceConnection 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) classJDBCProcessorThis processes JDBC commands from a JDBC client and dispatches the commands to the database.(package private) classStreamJDBCServerConnectionA generic JDBC stream protocol server that reads JDBC commands from a stream from each connection and dispatches the commands appropriately.(package private) classTCPJDBCServerConnectionA ServerConnection that processes JDBC queries from a client from a TCP Socket.
-