public class JdbcCallParseInfo extends Object
Parser.modifyJdbcCall(String, boolean, int, int, EscapeSyntaxCallMode)
.Constructor and Description |
---|
JdbcCallParseInfo(String sql,
boolean isFunction) |
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.
|
public JdbcCallParseInfo(String sql, boolean isFunction)
public String getSql()
public boolean isFunction()
true
if given SQL is a functionCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.