The members of Java.Sql.ResultSetMetaData are listed below.
See Also: Inherited members from System.Object
const | ColumnNoNulls | int (0). Indicates that a column cannot contain NULL values. |
const | ColumnNullable | int (1). Indicates that a column can contain NULL values. |
const | ColumnNullableUnknown | int (2). Indicates that it is unknown whether a column can contain NULLs or not. |