Uses of Class
com.healthmarketscience.jackcess.ColumnBuilder

Uses of ColumnBuilder in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return ColumnBuilder
 ColumnBuilder ColumnBuilder.setAutoNumber(boolean autoNumber)
          Sets whether of not the new column is an auto-number column.
 ColumnBuilder ColumnBuilder.setCompressedUnicode(boolean compressedUnicode)
          Sets whether of not the new column allows unicode compression.
 ColumnBuilder ColumnBuilder.setFromColumn(Column template)
          Sets all attributes except name from the given Column template.
 ColumnBuilder ColumnBuilder.setLength(int length)
          Sets the length (in bytes) for the new column.
 ColumnBuilder ColumnBuilder.setLengthInUnits(int unitLength)
          Sets the length (in type specific units) for the new column.
 ColumnBuilder ColumnBuilder.setMaxLength()
          Sets the length for the new column to the max length for the type.
 ColumnBuilder ColumnBuilder.setPrecision(int newPrecision)
          Sets the precision for the new column.
 ColumnBuilder ColumnBuilder.setScale(int newScale)
          Sets the scale for the new column.
 ColumnBuilder ColumnBuilder.setSQLType(int type)
          Sets the type for the new column based on the given SQL type.
 ColumnBuilder ColumnBuilder.setSQLType(int type, int lengthInUnits)
          Sets the type for the new column based on the given SQL type and target data length (in type specific units).
 ColumnBuilder ColumnBuilder.setType(DataType type)
          Sets the type for the new column.
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.