| Package | Description |
|---|---|
| com.amazon.redshift.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 Redshift format which is select <some_function> (?, [?, ...]) as
result or select * from <some_function> (?, [?, ...]) as result (7.3) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.