Uses of Class
org.postgresql.core.JdbcCallParseInfo
-
Packages that use JdbcCallParseInfo Package Description org.postgresql.core -
-
Uses of JdbcCallParseInfo in org.postgresql.core
Methods in org.postgresql.core that return JdbcCallParseInfo Modifier and Type Method Description static JdbcCallParseInfo
Parser. modifyJdbcCall(java.lang.String jdbcSql, boolean stdStrings, int serverVersion, EscapeSyntaxCallMode escapeSyntaxCallMode)
Converts JDBC-specific callable statement escapes{ [? =] call <some_function> [(?, [?,..])] }
into the PostgreSQL format which isselect <some_function> (?, [?, ...]) as result
orselect * from <some_function> (?, [?, ...]) as result
(7.3)
-