Hitachi

Hitachi Advanced Database Application Development Guide


8.6.46 getMaxColumnsInTable()

Organization of this subsection

(1) Function

This method acquires the maximum number of columns that can be defined in a table.

(2) Format

public synchronized int getMaxColumnsInTable() throws SQLException

(3) Arguments

None.

(4) Return value

The method returns the maximum number of columns that can be defined for a table. A value of 1000 is always returned.

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.