public interface DataSourceService extends Service
Modifier and Type | Method and Description |
---|---|
boolean |
disableConnection(String arg0) |
String |
encryptPassword(String arg0) |
Object |
getCachedQuery(String arg0) |
DataSource |
getDatasource(String arg0) |
Struct |
getDatasources() |
String |
getDbdir() |
Struct |
getDefaults() |
Struct |
getDrivers() |
Number |
getMaxQueryCount() |
Array |
getNames() |
boolean |
isJadoZoomLoaded() |
void |
purgeQueryCache() |
void |
removeDatasource(String arg0) |
void |
setCachedQuery(String arg0,
Object arg1) |
void |
setMaxQueryCount(Number arg0) |
boolean |
verifyDatasource(String arg0) |
getMetaData, getProperty, getResourceBundle, getStatus, restart, setProperty, start, stop
Struct getDatasources() throws SecurityException
SecurityException
Struct getDrivers() throws ServiceException, SecurityException
ServiceException
SecurityException
Array getNames() throws SecurityException
SecurityException
Struct getDefaults()
Number getMaxQueryCount()
void setMaxQueryCount(Number arg0)
String encryptPassword(String arg0)
boolean verifyDatasource(String arg0) throws SQLException, SecurityException
SQLException
SecurityException
DataSource getDatasource(String arg0) throws SQLException, SecurityException
SQLException
SecurityException
Object getCachedQuery(String arg0)
void setCachedQuery(String arg0, Object arg1)
void purgeQueryCache() throws IOException
IOException
boolean disableConnection(String arg0)
boolean isJadoZoomLoaded()
void removeDatasource(String arg0) throws SQLException, SecurityException
SQLException
SecurityException
Copyright © 2015 Lucee