The following tables list the methods that are exposed by the SQLServerParameterMetaData class.
Methods
| Name | Description |
|---|---|
|
Retrieves the fully-qualified name of the Java class whose instances should be passed to the setObject method of the SQLServerPreparedStatement class. |
|
|
Retrieves the number of parameters in the SQLServerPreparedStatement object for which this SQLServerParameterMetaData object contains information. |
|
|
Retrieves the mode of the designated parameter. |
|
|
Retrieves the SQL type of the designated parameter. |
|
|
Retrieves the database-specific type name for the designated parameter. |
|
|
Retrieves the number of decimal digits for the designated parameter. |
|
|
Retrieves the number of digits to the right of the decimal point for the designated parameter. |
|
|
Retrieves whether null values are allowed in the designated parameter. |
|
|
Retrieves whether values for the designated parameter can be signed numbers. |
Inherited Methods
| Class inherited from: | Methods |
|---|---|
|
java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |