public abstract class ConnectionFactory
extends java.lang.Object
AxionConnection
s.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URL_PREFIX |
Constructor and Description |
---|
ConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
protected java.sql.Connection |
createConnection(java.lang.String url) |
protected boolean |
isValidConnectString(java.lang.String url) |
public static final java.lang.String URL_PREFIX
protected boolean isValidConnectString(java.lang.String url)
protected java.sql.Connection createConnection(java.lang.String url) throws AxionException
AxionException