Uses of Package
com.mckoi.database.jdbcserver
-
Packages that use com.mckoi.database.jdbcserver Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.control com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
Classes in com.mckoi.database.jdbcserver used by com.mckoi.database Class Description AbstractJDBCDatabaseInterface An abstract implementation of JDBCDatabaseInterface that provides a connection between a single DatabaseConnection and a DatabaseInterface implementation. -
Classes in com.mckoi.database.jdbcserver used by com.mckoi.database.control Class Description TCPServer A TCP/IP socket server that opens a single port and allows JDBC clients to connect through the port to talk with the database. -
Classes in com.mckoi.database.jdbcserver used by com.mckoi.database.jdbcserver Class Description AbstractJDBCDatabaseInterface An abstract implementation of JDBCDatabaseInterface that provides a connection between a single DatabaseConnection and a DatabaseInterface implementation.AbstractJDBCDatabaseInterface.ResultSetInfo Whenever a ResultSet is generated, this object contains the result set.ConnectionPoolServer An interface for the connection pool for a server.JDBCDatabaseInterface An implementation of jdbc.DatabaseInterface on the server-side.JDBCProcessor This processes JDBC commands from a JDBC client and dispatches the commands to the database.ServerConnection A server side connection with a client.SingleThreadedConnectionPoolServer.ServerFarmer This thread is a low priority thread that checks all the current service providers periodically to determine if there's any commands pending.StreamJDBCServerConnection A generic JDBC stream protocol server that reads JDBC commands from a stream from each connection and dispatches the commands appropriately.