The members of Java.Sql.ParameterMetaData are listed below.
See Also: Inherited members from System.Object
const | ParameterModeIn | int (1). Indicates that the parameter mode is IN. |
const | ParameterModeInOut | int (2). Indicates that the parameter mode is INOUT. |
const | ParameterModeOut | int (4). Indicates that the parameter mode is OUT. |
const | ParameterModeUnknown | int (0). Indicates that the parameter mode is not known. |
const | ParameterNoNulls | int (0). Indicates that a parameter is not permitted to be NULL. |
const | ParameterNullable | int (1). Indicates that a parameter is permitted to be NULL. |
const | ParameterNullableUnknown | int (2). Indicates that whether a parameter is allowed to be null or not is not known. |