Uses of Interface
simpledb.remote.RemoteStatement

Packages that use RemoteStatement
simpledb.remote   
 

Uses of RemoteStatement in simpledb.remote
 

Classes in simpledb.remote that implement RemoteStatement
(package private)  class RemoteStatementImpl
          The RMI server-side implementation of RemoteStatement.
 

Methods in simpledb.remote that return RemoteStatement
 RemoteStatement RemoteConnectionImpl.createStatement()
          Creates a new RemoteStatement for this connection.
 RemoteStatement RemoteConnection.createStatement()
           
 

Constructors in simpledb.remote with parameters of type RemoteStatement
SimpleStatement(RemoteStatement s)