Class SQLServerResultSetMetaData

java.lang.Object
com.microsoft.sqlserver.jdbc.SQLServerResultSetMetaData
All Implemented Interfaces:
ISQLServerResultSetMetaData, java.io.Serializable, java.sql.ResultSetMetaData, java.sql.Wrapper

public final class SQLServerResultSetMetaData
extends java.lang.Object
implements ISQLServerResultSetMetaData
Provides an implementation of the result set metadata to the SQL Server. A ResultSetMetaData object can be used to obtain the meta data (types and type properties) of the columns in a ResultSet. 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.
See Also:
Serialized Form