|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.synchronoss.cpo.jdbc.parser.SQLExpressionParser
public class SQLExpressionParser
| Constructor Summary | |
|---|---|
SQLExpressionParser()
|
|
| Method Summary | |
|---|---|
int |
countArguments()
Returns the count of the bind markers in the expression |
java.lang.String |
getExpression()
|
java.util.List<java.lang.String> |
parse()
Returns a list of columns from the expression for each bind marker |
void |
setExpression(java.lang.String expression)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLExpressionParser()
| Method Detail |
|---|
public java.lang.String getExpression()
getExpression in interface ExpressionParserpublic void setExpression(java.lang.String expression)
setExpression in interface ExpressionParserpublic int countArguments()
countArguments in interface ExpressionParser
public java.util.List<java.lang.String> parse()
throws java.text.ParseException
parse in interface ExpressionParserjava.text.ParseException - thrown if the expression cannot be parsed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||