Indicates whether a write on the designated column will definitely succeed.
Syntax
public boolean isDefinitelyWritable(int column)
Parameters
column
An int that indicates the column index.
Return Value
true if the column write will definitely succeed. Otherwise, false.
Exceptions
Remarks
This isDefinitelyWritable method is specified by the isDefinitelyWritable method in the java.sql.ResultSetMetaData interface.
Note:
When using Microsoft SQL Server JDBC Driver with a SQL Server database, this method will always return false.