Uses of Enum
org.postgresql.jdbc.EscapeSyntaxCallMode
Packages that use EscapeSyntaxCallMode
-
Uses of EscapeSyntaxCallMode in org.postgresql.core
Methods in org.postgresql.core that return EscapeSyntaxCallModeModifier and TypeMethodDescriptionQueryExecutor.getEscapeSyntaxCallMode()
QueryExecutorBase.getEscapeSyntaxCallMode()
Methods in org.postgresql.core with parameters of type EscapeSyntaxCallModeModifier 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) -
Uses of EscapeSyntaxCallMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return EscapeSyntaxCallModeModifier and TypeMethodDescriptionstatic EscapeSyntaxCallMode
static EscapeSyntaxCallMode
Returns the enum constant of this type with the specified name.static EscapeSyntaxCallMode[]
EscapeSyntaxCallMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.