SQLServerResultSetMetaData Members
The following tables list the members that are exposed by the SQLServerResultSetMetaData class.
Constructors
None.
Fields
None.
Inherited Fields
Name | Description |
---|---|
java.sql.ResultSetMetaData |
columnNoNulls, columnNullable, columnNullableUnknown |
Methods
Name | Description |
---|---|
Gets the catalog name for the table that includes the designated column. |
|
Returns the fully-qualified name of the Java class whose instances are manufactured if the getObject method of the SQLServerResultSet class is called to retrieve a value from the column. |
|
Returns the number of columns in the result set. |
|
Returns the normal maximum width, in characters, of the designated column. |
|
Gets the title that is suggested for use in printouts and displays of the designated column. |
|
Get the name of the designated column. |
|
Retrieves the SQL type of the designated column. |
|
Retrieves the database-specific type name of the designated column. |
|
Get the number of decimal digits for the designated column. |
|
Gets the number of digits to the right of the decimal point for the designated column. |
|
Gets the table schema name for the designated column. |
|
Gets the table name of the designated column. |
|
Indicates whether the designated column is automatically numbered, which makes it read-only. |
|
Indicates whether a column is case sensitive. |
|
Indicates whether the designated column is a cash value. |
|
Indicates whether a write on the designated column will definitely succeed. |
|
Indicates the nullability of values in the designated column. |
|
Indicates whether the designated column is definitely not writable. |
|
Indicates whether the designated column can be used in an SQL WHERE clause. |
|
Indicates whether values in the designated column are signed numbers. |
|
Indicates whether it is possible for a write on the designated column to succeed. |
Inherited Methods
Class inherited from: | Methods |
---|---|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |
java.sql.Wrapper |
isWrapperFor, unwrap |