8.2.12 getHADBOrderMode()
- Organization of this subsection
(1) Function
This method acquires for this Connection object the current sort order for character string data in a SELECT statement in which the ORDER BY clause is specified.
(2) Format
public int getHADBOrderMode() throws SQLException
(3) Arguments
None.
(4) Return value
This method returns the current sort order for character string data in a SELECT statement in which the ORDER BY clause is specified. One of the following values is returned:
-
AdbConnection.HADB_SQL_ORDER_MODE_BYTE
-
AdbConnection.HADB_SQL_ORDER_MODE_ISO
(5) Exceptions
If this Connection object is closed, the JDBC driver throws an SQLException.
(6) Notes
This is an HADB-specific method provided by the AdbConnection interface. For details about the execution method, see 12.2 Wrapper interface.