Handles method invocation on the
ResultSetMetaData proxy.
Parameters: proxy - The proxy ResultSet object Parameters: method - the method being invoked Parameters: args - The method arguments The result of invoking the method. throws: Throwable - if an error occurs.
isAutoIncrement
public boolean isAutoIncrement(int columnIndex) throws SQLException(Code)
isCaseSensitive
public boolean isCaseSensitive(int columnIndex) throws SQLException(Code)