|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrailsDataSource
Represents a data source in Grails.
Method Summary | |
---|---|
Class |
getConfigurationClass()
|
String |
getDbCreate()
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update". |
Class |
getDialect()
The dialect implementation to use. |
String |
getDriverClassName()
The driver class name for the data source. |
Properties |
getOtherProperties()
Other properties for this data source. |
String |
getPassword()
The password for the data source. |
String |
getUrl()
The URL for the data source. |
String |
getUsername()
The username for the data source. |
boolean |
isLoggingSql()
Whether SQL logging is enabled |
boolean |
isPooled()
True is connection pooling is enabled. |
Methods inherited from interface org.codehaus.groovy.grails.commons.InjectableGrailsClass |
---|
byName, byType, getAvailable |
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass |
---|
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, newInstance |
Method Detail |
---|
boolean isPooled()
String getDriverClassName()
String getUrl()
String getUsername()
String getPassword()
Properties getOtherProperties()
String getDbCreate()
Class getConfigurationClass()
Class getDialect()
boolean isLoggingSql()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |