Java.Sql.ParameterMetaData Members

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

See Also: Inherited members from System.Object

Public Fields

const
ParameterModeInint (1). Indicates that the parameter mode is IN.
const
ParameterModeInOutint (2). Indicates that the parameter mode is INOUT.
const
ParameterModeOutint (4). Indicates that the parameter mode is OUT.
const
ParameterModeUnknownint (0). Indicates that the parameter mode is not known.
const
ParameterNoNullsint (0). Indicates that a parameter is not permitted to be NULL.
const
ParameterNullableint (1). Indicates that a parameter is permitted to be NULL.
const
ParameterNullableUnknownint (2). Indicates that whether a parameter is allowed to be null or not is not known.