OpMath

com.opmath.util.db
Interface DBRemote

All Superinterfaces:
DB
All Known Implementing Classes:
DBRemoteObject

public interface DBRemote
extends DB

The interface that must be implemented for any remote database server that can support OpMath Data Platform operations.

Classes implementing DB are assumed to be out of process servers.

Copyright: (c) 2002 The Open Math Company Limited

The Terms of Distribution of this software are stipulated in the javadoc Overview for this project.

Since:
J2SE 1.3.0
Version:
DB v1.0
Author:
Bruno Beloff bruno.beloff@opmath.com

Method Summary
 String getHost()
          Returns the host for the current connection.
 
Methods inherited from interface com.opmath.util.db.DB
className, close, connect, create, createTable, delete, delete, dropTable, getConnection, getDriver, getPath, getProtocol, isAvailable, maxIndex, query, read, read, readAll, update, update
 

Method Detail

getHost

public String getHost()

Returns the host for the current connection. Returns null if there is no current connection.

Returns:
A String identifying the host.
Since:
J2SE 1.3

OpMath

Submit a bug or feature to Open Math
Copyright © 2002 Open Math Company Limited, Brighton, UK