org.axiondb
public class DatabaseLink extends Object
CREATE DATABASE LINK
(DRIVER=' ' URL='
' USERNAME=' '
PASSWORD=' ');
Version: $Revision: 1.4 $ $Date: 2005/06/30 01:07:47 $
Constructor Summary | |
---|---|
DatabaseLink(String name, Properties spec)
Create an External Server |
Method Summary | |
---|---|
String | getCatalogName() |
Connection | getConnection() |
String | getJdbcUrl() |
String | getName()
Get the name of this database link. |
String | getSchemaName() |
String | getUserName() |
Returns: Returns the _catalogName.
Returns: JDBC URL to use in connecting to the associated server
Returns: Returns the _schemaName.
Returns: user name to authenticate against in connecting to associated server