|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scooterframework.orm.sqldataexpress.config.SqlConfig
public class SqlConfig
SqlConfig class.
Field Summary | |
---|---|
static java.lang.String |
DATA_PROPERTIES_FILE
|
Method Summary | |
---|---|
static SqlConfig |
getInstance()
|
java.lang.String |
getSql(java.lang.String key)
Returns the SQL statement string associated with the key. |
protected void |
init()
Initializes the application. |
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DATA_PROPERTIES_FILE
Method Detail |
---|
public static SqlConfig getInstance()
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
public java.lang.String getSql(java.lang.String key)
key
- the key to the SQL string
protected void init()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |