public class ApplicationDataSource extends DataSourceSupport
ALLOW_ALL, ALLOW_ALTER, ALLOW_CREATE, ALLOW_DELETE, ALLOW_DROP, ALLOW_GRANT, ALLOW_INSERT, ALLOW_REVOKE, ALLOW_SELECT, ALLOW_UPDATE
Modifier and Type | Method and Description |
---|---|
DataSource |
cloneReadOnly() |
String |
getConnectionString() |
String |
getConnectionStringTranslated() |
String[] |
getCustomNames() |
Struct |
getCustoms() |
String |
getCustomValue(String key) |
String |
getDatabase() |
String |
getDsnOriginal() |
String |
getDsnTranslated() |
String |
getHost() |
static DataSource |
getInstance(String name,
String className,
String connStr,
String username,
String password,
boolean blob,
boolean clob,
int connectionLimit,
int connectionTimeout,
long metaCacheTimeout,
TimeZone timezone,
int allow,
boolean storage,
boolean readOnly) |
int |
getPort() |
boolean |
validate() |
clone, equals, getClazz, getConnectionLimit, getConnectionTimeout, getMetaCacheTimeout, getName, getPassword, getProcedureColumnCache, getTimeZone, getUsername, hasAllow, hashCode, hasSQLRestriction, id, isBlob, isClob, isReadOnly, isStorage, setClazz, toClass, toString
public static DataSource getInstance(String name, String className, String connStr, String username, String password, boolean blob, boolean clob, int connectionLimit, int connectionTimeout, long metaCacheTimeout, TimeZone timezone, int allow, boolean storage, boolean readOnly) throws ClassException
ClassException
public String getDsnOriginal()
public String getConnectionString()
public String getDsnTranslated()
public String getConnectionStringTranslated()
public String getDatabase()
public int getPort()
public DataSource cloneReadOnly()
public String getCustomValue(String key)
public String[] getCustomNames()
public Struct getCustoms()
public boolean validate()
Copyright © 2015 Lucee