public class JdbcCallParseInfo extends Object
Parser.modifyJdbcCall(String, boolean, int, int)
.Constructor and Description |
---|
JdbcCallParseInfo(String sql,
boolean isFunction,
boolean outParmBeforeFunc) |
Modifier and Type | Method and Description |
---|---|
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
|
public JdbcCallParseInfo(String sql, boolean isFunction, boolean outParmBeforeFunc)
public String getSql()
public boolean isFunction()
true
if given SQL is a functionpublic boolean isOutParmBeforeFunc()
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.