|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.DatabaseLink
A Database Link that holds connection spec for a external Database
CREATE DATABASE LINK
Field Summary | |
static String |
PROP_CATALOG
Property key name for Catalog Name |
static String |
PROP_DRIVERCLASS
Property key name for JDBC driver class |
static String |
PROP_JDBCURL
Property key name for JDBC URL string |
static String |
PROP_PASSWORD
Property key name for user password |
static String |
PROP_SCHEMA
Property key name for SchemaName |
static String |
PROP_USERNAME
Property key name for user name |
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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PROP_DRIVERCLASS
public static final String PROP_JDBCURL
public static final String PROP_USERNAME
public static final String PROP_PASSWORD
public static final String PROP_CATALOG
public static final String PROP_SCHEMA
Constructor Detail |
public DatabaseLink(String name, Properties spec)
Method Detail |
public Connection getConnection() throws AxionException
AxionException
public String getName()
public String getCatalogName()
public String getSchemaName()
public String getJdbcUrl()
public String getUserName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |