Uses of Class
com.mckoi.database.jdbc.RemoteDatabaseInterface.ServerCommand
-
Packages that use RemoteDatabaseInterface.ServerCommand Package Description com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of RemoteDatabaseInterface.ServerCommand in com.mckoi.database.jdbc
Methods in com.mckoi.database.jdbc that return RemoteDatabaseInterface.ServerCommand Modifier and Type Method Description (package private) RemoteDatabaseInterface.ServerCommand
RemoteDatabaseInterface.ConnectionThread. getCommand(int timeout, int dispatch_id)
Blocks until a response from the server has been received with the given dispatch id.
-