The properties of Java.Sql.DatabaseMetaData are listed below. For a list of all members, see the DatabaseMetaData Members list.
See Also: Inherited members from System.Object
| [read-only] static | FunctionColumnIn | int. States that the parameter or column is an IN parameter |
| [read-only] static | FunctionColumnInOut | int. States that the parameter or column is an INOUT parameter |
| [read-only] static | FunctionColumnOut | int. States that the parameter or column is an OUT parameter |
| [read-only] static | FunctionColumnResult | int. States that the parameter or column is a column in a result set |
| [read-only] static | FunctionColumnUnknown | int. States that the parameter of function is unknown |
| [read-only] static | FunctionNoNulls | int. States that NULL values are not allowed |
| [read-only] static | FunctionNoTable | int. States that the function does not return a table |
| [read-only] static | FunctionNullable | int. States that NULL values are allowed |
| [read-only] static | FunctionNullableUnknown | int. States that whether NULL values are allowed is unknown |
| [read-only] static | FunctionResultUnknown | int. States that it is not known whether the function returns a result or a table |
| [read-only] static | FunctionReturn | int. States that the parameter or column is a return value |
| [read-only] static | FunctionReturnsTable | int. States that the function returns a table. |
| [read-only] static | SqlStateSQL | int. States that the method DatabaseMetaData.getSQLStateType may returns an SQLSTATE value or not. |