Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
java.sql |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConnection.setClientInfo(java.util.Properties properties)
Sets the value of the connection's client info properties.
|
void |
JDBCConnection.setClientInfo(java.lang.String name,
java.lang.String value)
Sets the value of the client info property specified by name to the
value specified by value.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionDelegate.setClientInfo(java.util.Properties properties) |
void |
DatabaseConnectionDelegate.setClientInfo(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setClientInfo(java.util.Properties properties)
Sets the value of the connection's client info properties.
|
void |
Connection.setClientInfo(java.lang.String name,
java.lang.String value)
Sets the value of the client info property specified by name to the
value specified by value.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.