| java.sql.ResultSetMetaData |
Known Indirect Subclasses
|
Provides information about the columns in a ResultSet.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | columnNoNulls | Indicates that a column cannot contain NULL values | |||||||||
| int | columnNullable | Indicates that a column can contain NULL values | |||||||||
| int | columnNullableUnknown | Indicates that it is unknown whether a column can contain NULLs or not | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the title of indexed columns catalog
| |||||||||||
Returns the fully-qualified type of the class that is produced when
invoking ResultSet.getObject to recover this columns value.
| |||||||||||
Returns a count of the columns in this set of results.
| |||||||||||
Returns the indexed column's standard maximum width, expressed in number
of characters.
| |||||||||||
Returns a recommended title for the indexed column, to be used when the
title needs to be displayed.
| |||||||||||
Returns the title of the indexed column
| |||||||||||
Returns the type of the indexed column
| |||||||||||
Returns the type name of the indexed column
| |||||||||||
Returns the decimal precision of the indexed column
| |||||||||||
Returns the number of decimal places in the indexed column.
| |||||||||||
Returns the name of the indexed columns schema
| |||||||||||
Returns the title of the indexed columns table.
| |||||||||||
Returns and indication of whether the indexed column has automatic
numbering and is therefore read-only
| |||||||||||
Returns an indicator of whether the case of the indexed column is
important
| |||||||||||
Returns if the indexed column contains a monetary amount.
| |||||||||||
Returns an indication of whether writing to the indexed column is
guaranteed to be successful
| |||||||||||
Returns whether the indexed column is nullable.
| |||||||||||
Returns an indication of whether writing to the indexed column is
guaranteed to be unsuccessful
| |||||||||||
Returns an indication of whether the indexed column is searchable.
| |||||||||||
Returns an indicator of whether the values contained in the indexed
column are signed.
| |||||||||||
Returns an indication of whether writing to the indexed column is
possible.
| |||||||||||
Indicates that a column cannot contain NULL values
Indicates that a column can contain NULL values
Indicates that it is unknown whether a column can contain NULLs or not
Returns the title of indexed columns catalog
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the fully-qualified type of the class that is produced when invoking ResultSet.getObject to recover this columns value.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns a count of the columns in this set of results.
| SQLException | if there is a database error |
|---|
Returns the indexed column's standard maximum width, expressed in number of characters.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns a recommended title for the indexed column, to be used when the title needs to be displayed.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the title of the indexed column
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the type of the indexed column
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the type name of the indexed column
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the decimal precision of the indexed column
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the number of decimal places in the indexed column.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the name of the indexed columns schema
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns the title of the indexed columns table.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns and indication of whether the indexed column has automatic numbering and is therefore read-only
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indicator of whether the case of the indexed column is important
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns if the indexed column contains a monetary amount.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indication of whether writing to the indexed column is guaranteed to be successful
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns whether the indexed column is nullable.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indication of whether writing to the indexed column is guaranteed to be unsuccessful
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indication of whether the indexed column is searchable.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indicator of whether the values contained in the indexed column are signed.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|
Returns an indication of whether writing to the indexed column is possible.
| column | the column index, starting at 1 |
|---|
| SQLException | if there is a database error |
|---|