|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.postgresql.core.JdbcCallParseInfo
public class JdbcCallParseInfo
Contains parse flags from Parser.modifyJdbcCall(String, boolean, int, int).
| Constructor Summary | |
|---|---|
JdbcCallParseInfo(String sql,
boolean isFunction,
boolean outParmBeforeFunc)
|
|
| Method Summary | |
|---|---|
String |
getSql()
SQL in a native for certain backend version |
boolean |
isFunction()
Returns if given SQL is a function |
boolean |
isOutParmBeforeFunc()
Returns if given SQL is a function with one out parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcCallParseInfo(String sql,
boolean isFunction,
boolean outParmBeforeFunc)
| Method Detail |
|---|
public String getSql()
public boolean isFunction()
true if given SQL is a functionpublic boolean isOutParmBeforeFunc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||