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.Mapobject type of columnMetaData for all columns where column indexes are mapped with their respectiveSQLServerDataColumnJava object.Methods in com.microsoft.sqlserver.jdbc with parameters of type SQLServerDataColumnModifier and TypeMethodDescriptionvoidSQLServerDataTable.addColumnMetadata(SQLServerDataColumn column) Adds meta data for the specified column.