Uses of Class
java.sql.SQLClientInfoException
| Package | Description |
|---|---|
| java.sql | |
| SQLite.JDBC2z |
-
Uses of SQLClientInfoException in java.sql
Methods in java.sql that throw SQLClientInfoException Modifier and Type Method Description voidConnection. setClientInfo(String name, String value)Sets the client info propertynametovalue.voidConnection. setClientInfo(Properties properties)Replaces all client info properties with the name/value pairs fromproperties. -
Uses of SQLClientInfoException in SQLite.JDBC2z
Methods in SQLite.JDBC2z that throw SQLClientInfoException Modifier and Type Method Description voidJDBCConnection. setClientInfo(String name, String value)voidJDBCConnection. setClientInfo(Properties prop)