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 JdbcCallParseInfoParser. modifyJdbcCall(java.lang.String jdbcSql, boolean stdStrings, int serverVersion, int protocolVersion, EscapeSyntaxCallMode escapeSyntaxCallMode)Converts JDBC-specific callable statement escapes{ [? =] call <some_function> [(?, [?,..])] }into the PostgreSQL format which isselect <some_function> (?, [?, ...]) as resultorselect * from <some_function> (?, [?, ...]) as result(7.3)
-