|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.app.KKTorque
public class KKTorque
This is a class for setting up Torque for KonaKart
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
Method Summary | |
---|---|
static java.lang.String |
fixQueryString(java.lang.String queryString)
Some post processing of the query string to fix the query so that it will run. |
static java.lang.String |
getDbOwner()
|
static KKDbMapMgr |
getKkDbMapMgr()
|
static void |
init()
Initialise/Amend the KonaKart Torque data structures for "problem" databases (like Oracle) |
static void |
setDbOwner(java.lang.String dbOwner)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Method Detail |
---|
public static void init() throws KKException
KKException
public static java.lang.String fixQueryString(java.lang.String queryString)
queryString
-
public static KKDbMapMgr getKkDbMapMgr()
public static java.lang.String getDbOwner()
public static void setDbOwner(java.lang.String dbOwner)
dbOwner
- The dbOwner to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |