Java.Sql.ResultSetMetaData Members

The members of Java.Sql.ResultSetMetaData are listed below.

See Also: Inherited members from System.Object

Public Fields

const
ColumnNoNullsint (0). Indicates that a column cannot contain NULL values.
const
ColumnNullableint (1). Indicates that a column can contain NULL values.
const
ColumnNullableUnknownint (2). Indicates that it is unknown whether a column can contain NULLs or not.