public class JdbcCallParseInfo
extends java.lang.Object
Parser.modifyJdbcCall(String, boolean, int, int, EscapeSyntaxCallMode)
.Modifier and Type | Field and Description |
---|---|
private boolean |
isFunction |
private java.lang.String |
sql |
Constructor and Description |
---|
JdbcCallParseInfo(java.lang.String sql,
boolean isFunction) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSql()
SQL in a native for certain backend version.
|
boolean |
isFunction()
Returns if given SQL is a function.
|