| title | SQLServerParameterMetaData Members | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | f9ebb203-2013-4feb-94f5-494b7f098f9a |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
The following tables list the members that are exposed by the SQLServerParameterMetaData class.
None.
None.
| Name | Description |
|---|---|
| java.sql.ParameterMetaData | parameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown |
| Name | Description |
|---|---|
| getParameterClassName | Retrieves the fully-qualified name of the Java class whose instances should be passed to the setObject method of the SQLServerPreparedStatement class. |
| getParameterCount | Retrieves the number of parameters in the SQLServerPreparedStatement object for which this SQLServerParameterMetaData object contains information. |
| getParameterMode | Retrieves the mode of the designated parameter. |
| getParameterType | Retrieves the SQL type of the designated parameter. |
| getParameterTypeName | Retrieves the database-specific type name of the designated parameter. |
| getPrecision | Retrieves the number of decimal digits for the designated parameter. |
| getScale | Retrieves the number of digits to the right of the decimal point for the designated parameter. |
| isNullable | Retrieves whether null values are allowed in the designated parameter. |
| isSigned | Retrieves whether values for the designated parameter can be signed numbers. |
| Class inherited from: | Methods |
|---|---|
| java.lang.Object | clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait |
| java.sql.Wrapper | isWrapperFor, unwrap |