coldfusion.server
Interface DataSourceService
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- DataSourceServiceImpl
public interface DataSourceService
- extends Service
getDatasources
Struct getDatasources()
throws SecurityException
- Throws:
SecurityException
getDrivers
Struct getDrivers()
throws ServiceException,
SecurityException
- Throws:
ServiceException
SecurityException
getNames
Array getNames()
throws SecurityException
- Throws:
SecurityException
getDefaults
Struct getDefaults()
getMaxQueryCount
Number getMaxQueryCount()
setMaxQueryCount
void setMaxQueryCount(Number arg0)
encryptPassword
String encryptPassword(String arg0)
verifyDatasource
boolean verifyDatasource(String arg0)
throws SQLException,
SecurityException
- Throws:
SQLException
SecurityException
getDatasource
DataSource getDatasource(String arg0)
throws SQLException,
SecurityException
- Throws:
SQLException
SecurityException
getDbdir
String getDbdir()
getCachedQuery
Object getCachedQuery(String arg0)
setCachedQuery
void setCachedQuery(String arg0,
Object arg1)
purgeQueryCache
void purgeQueryCache()
throws IOException
- Throws:
IOException
disableConnection
boolean disableConnection(String arg0)
isJadoZoomLoaded
boolean isJadoZoomLoaded()
removeDatasource
void removeDatasource(String arg0)
throws SQLException,
SecurityException
- Throws:
SQLException
SecurityException
Copyright © 2012 Railo