public interface SessionVariableSetter
| Modifier and Type | Method and Description |
|---|---|
default void |
set(Connection conn,
Map<String,String> contextVariables) |
void |
set(Connection conn,
String key,
String value) |
void set(Connection conn, String key, String value) throws SQLException
SQLExceptiondefault void set(Connection conn, Map<String,String> contextVariables) throws SQLException
SQLExceptionCopyright © 2023 SAP. All rights reserved.