Java.Sql.DatabaseMetaData: Property Members

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

Public Properties

[read-only]
static
FunctionColumnInint. States that the parameter or column is an IN parameter
[read-only]
static
FunctionColumnInOutint. States that the parameter or column is an INOUT parameter
[read-only]
static
FunctionColumnOutint. States that the parameter or column is an OUT parameter
[read-only]
static
FunctionColumnResultint. States that the parameter or column is a column in a result set
[read-only]
static
FunctionColumnUnknownint. States that the parameter of function is unknown
[read-only]
static
FunctionNoNullsint. States that NULL values are not allowed
[read-only]
static
FunctionNoTableint. States that the function does not return a table
[read-only]
static
FunctionNullableint. States that NULL values are allowed
[read-only]
static
FunctionNullableUnknownint. States that whether NULL values are allowed is unknown
[read-only]
static
FunctionResultUnknownint. States that it is not known whether the function returns a result or a table
[read-only]
static
FunctionReturnint. States that the parameter or column is a return value
[read-only]
static
FunctionReturnsTableint. States that the function returns a table.
[read-only]
static
SqlStateSQLint. States that the method DatabaseMetaData.getSQLStateType may returns an SQLSTATE value or not.