Package | Description |
---|---|
org.postgresql.core |
Modifier and Type | Method and Description |
---|---|
static 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 is select <some_function> (?, [?, ...]) as
result or select * from <some_function> (?, [?, ...]) as result (7.3) |
Copyright © 2020 PostgreSQL Global Development Group. All rights reserved.