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 JdbcCallParseInfoParser.modifyJdbcCall(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 resultorselect * from <some_function> (?, [?, ...]) as result(7.3)