Uses of Class
com.microsoft.sqlserver.jdbc.SQLServerDataColumn
Packages that use SQLServerDataColumn
-
Uses of SQLServerDataColumn in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc that return types with arguments of type SQLServerDataColumnModifier and TypeMethodDescriptionSQLServerDataTable.getColumnMetadata()
Returns thejava.util.Map
object type of columnMetaData for all columns where column indexes are mapped with their respectiveSQLServerDataColumn
Java object.Methods in com.microsoft.sqlserver.jdbc with parameters of type SQLServerDataColumnModifier and TypeMethodDescriptionvoid
SQLServerDataTable.addColumnMetadata(SQLServerDataColumn column)
Adds meta data for the specified column.