8.6.66 getRowIdLifetime()
- Organization of this subsection
(1) Function
This method indicates whether the RowId type is supported. If the RowId type is supported, the method also indicates the period during which the RowId object is valid.
(2) Format
public synchronized RowIdLifetime getRowIdLifetime() throws SQLException
(3) Arguments
None.
(4) Return value
This method always returns RowIdLifetime. ROWID_UNSUPPORTED.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.