|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.jdbc.ConnectionFactory
public abstract class ConnectionFactory
Abstract factory for creating AxionConnection
s.
Field Summary | |
---|---|
static java.lang.String |
URL_PREFIX
|
Constructor Summary | |
---|---|
ConnectionFactory()
|
Method Summary | |
---|---|
protected java.sql.Connection |
createConnection(java.lang.String url)
|
protected boolean |
isValidConnectString(java.lang.String url)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String URL_PREFIX
Constructor Detail |
---|
public ConnectionFactory()
Method Detail |
---|
protected boolean isValidConnectString(java.lang.String url)
protected java.sql.Connection createConnection(java.lang.String url) throws AxionException
AxionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |