railo.runtime.db
Interface DataSourcePro

All Superinterfaces:
Cloneable, DataSource
All Known Implementing Classes:
ApplicationDataSource, DataSourceImpl, DataSourceSupport

public interface DataSourcePro
extends DataSource


Field Summary
 
Fields inherited from interface railo.runtime.db.DataSource
ALLOW_ALL, ALLOW_ALTER, ALLOW_CREATE, ALLOW_DELETE, ALLOW_DROP, ALLOW_GRANT, ALLOW_INSERT, ALLOW_REVOKE, ALLOW_SELECT, ALLOW_UPDATE
 
Method Summary
 String getConnectionString()
           
 String getConnectionStringTranslated()
           
 String id()
           
 
Methods inherited from interface railo.runtime.db.DataSource
clone, cloneReadOnly, getClazz, getConnectionLimit, getConnectionTimeout, getCustomNames, getCustoms, getCustomValue, getDatabase, getDsnOriginal, getDsnTranslated, getHost, getMetaCacheTimeout, getName, getPassword, getPort, getTimeZone, getUsername, hasAllow, hasSQLRestriction, isBlob, isClob, isReadOnly, isStorage, setClazz, validate
 

Method Detail

getConnectionString

String getConnectionString()
Returns:
Returns the connection string with NOT replaced placeholders.

getConnectionStringTranslated

String getConnectionStringTranslated()
Returns:
Returns the connection string with replaced placeholders.

id

String id()
Returns:
unique id of the DataSource


Copyright © 2012 Railo