Uses of Class
org.postgresql.core.JdbcCallParseInfo
Packages that use JdbcCallParseInfo
-
Uses of JdbcCallParseInfo in org.postgresql.core
Methods in org.postgresql.core that return JdbcCallParseInfoModifier and TypeMethodDescriptionstatic JdbcCallParseInfo
Parser.modifyJdbcCall
(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 result
orselect * from <some_function> (?, [?, ...]) as result
(7.3)