Uses of Class
com.mckoi.database.jdbcserver.JDBCProcessor
-
Packages that use JDBCProcessor Package Description com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
-
Uses of JDBCProcessor in com.mckoi.database.jdbcserver
Subclasses of JDBCProcessor in com.mckoi.database.jdbcserver Modifier and Type Class Description (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.
-