|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the static design of any data source (connection) to be used by the Data Engine. Each sub-interface defines a specific type of data source.
Method Summary | |
java.lang.String |
getAfterCloseScript()
Gets the afterClose script of the data source. |
java.lang.String |
getAfterOpenScript()
Gets the afterOpen script of the data source. |
java.lang.String |
getBeforeCloseScript()
Gets the beforeClose script to be called just before closing the
data source (connection). |
java.lang.String |
getBeforeOpenScript()
Gets the beforeOpen script to be called just before opening the data
source (connection). |
IBaseDataSourceEventHandler |
getEventHandler()
Gets the event handler for the data source |
java.lang.String |
getName()
Gets the name of this data source. |
Method Detail |
public java.lang.String getName()
public java.lang.String getBeforeOpenScript()
beforeOpen
script to be called just before opening the data
source (connection).
beforeOpen
script. Null if none is defined.public java.lang.String getAfterOpenScript()
afterOpen
script of the data source.
afterOpen
script. Null if none is defined.public java.lang.String getBeforeCloseScript()
beforeClose
script to be called just before closing the
data source (connection).
beforeClose
script. Null if none is defined.public java.lang.String getAfterCloseScript()
afterClose
script of the data source.
afterClose
script. Null if none is defined.public IBaseDataSourceEventHandler getEventHandler()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |