8.6.15 getClientInfoProperties()
- Organization of this subsection
(1) Function
This method returns a list of the client information properties supported by the driver.
(2) Format
public synchronized ResultSet getClientInfoProperties() throws SQLException
(3) Arguments
None.
(4) Return value
This method always returns a ResultSet object that contains no rows of retrieval results. The following table shows the format of the ResultSet object that is returned.
Column No. |
Type |
Column name |
Description |
---|---|---|---|
1 |
String |
NAME |
Name of the client information property |
2 |
int |
MAX_LEN |
Maximum length of the property's value |
3 |
String |
DEFAULT_VALUE |
Property's default value |
4 |
String |
DESCRIPTION |
Description of the property |
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.