10.5.1 List of the methods in the connection information setup and acquisition interface
The DataSource and ConnectionPoolDataSource classes provide the HADB-specific methods described in the table below, in addition to the methods that are standardized for the JDBC 2.0 Optional Package.
No. |
Method |
Function |
---|---|---|
1 |
Acquires the application identifier that was specified by the setApName method. |
|
2 |
Acquires the name of the conversion character set that was specified in the setEncodeLang method. |
|
3 |
Acquires the status of acquisition of JDBC interface method traces that was specified by the setInterfaceMethodTrace method. |
|
4 |
Acquires the setting as to whether generation of ConnectionEventListener.connectionErrorOccurred is to be suppressed. |
|
5 |
Acquires the password that was specified by the setPassword method. |
|
6 |
Acquires the setting as to whether warning information generated during execution of SQL statements is to be retained. |
|
7 |
Acquires the number of entries for a JDBC interface method trace that was specified by the setTraceNumber method. |
|
8 |
Acquires the authorization identifier that was specified by the setUser method. |
|
9 |
Acquires the host name of the HADB server that was specified by the setHostName method. |
|
10 |
Acquires the port number of the HADB server that was specified by the setPort method. |
|
11 |
Specifies the application identifier for connecting to the HADB server. |
|
12 |
Specifies the name of the conversion character set to be used when conversion of character encoding is performed. |
|
13 |
Specifies whether JDBC interface method traces are to be acquired. |
|
14 |
Specifies the setting as to whether generation of ConnectionEventListener.connectionErrorOccurred is to be suppressed. |
|
15 |
Specifies a password for the authorization identifier that is used to connect to the HADB server. |
|
16 |
Specifies the setting as to whether warning information generated during execution of SQL statements is to be retained. |
|
17 |
Specifies the number of entries for a JDBC interface method trace. |
|
18 |
Specifies the authorization identifier to be used to connect to the HADB server. |
|
19 |
Specifies the host name of the HADB server at the connection destination. |
|
20 |
Specifies the port number of the HADB server at the connection destination. |