Class SQLServerParameterMetaData

  • All Implemented Interfaces:
    ParameterMetaData, Wrapper

    public final class SQLServerParameterMetaData
    extends Object
    implements ParameterMetaData
    Provides meta data for prepared statement parameters. The API javadoc for JDBC API methods that this class implements are not repeated here. Please see Sun's JDBC API interfaces javadoc for those details. Prepared statements are executed with SET FMT ONLY to retrieve column meta data Callable statements : sp_sp_sproc_columns is called to retrieve names and meta data for the procedures params.