|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.lib.oda.util.querytextutil.QueryTextUtil
public class QueryTextUtil
Utility class for splitting query text into query and columns information.
Method Summary | |
---|---|
static java.lang.String |
getColumnsInfo(java.lang.String queryText)
Gets the columns info. |
static java.lang.String |
getQuery(java.lang.String queryText)
Gets the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getQuery(java.lang.String queryText) throws OdaException
queryText
- the query text
OdaException
- the oda exceptionpublic static java.lang.String getColumnsInfo(java.lang.String queryText) throws OdaException
queryText
- the query text
OdaException
- the oda exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |