getClientInfoProperties()
Syntax:
ResultSet getClientInfoProperties() throws SQLException
Description:
Retrieves a list of the client info properties that the driver supports. The result set contains the following columns
NAME | String | The name of the client info property |
MAX_LEN | int | The maximum length of the value for the property |
DEFAULT_VALUE | String | The default value of the property |
DESCRIPTION | String | A description of the property. This will typically contain information as to where this property is stored in the database. |
The ResultSet
is sorted by the NAME
column
Returns:
A ResultSet
object; each row is a supported client info property
Throws:
SQLException - if a database access error occurs or the database metadata object is closed