Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.ColumnBuilder

Packages that use ColumnBuilder
com.healthmarketscience.jackcess   
 

Uses of ColumnBuilder in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return ColumnBuilder
 ColumnBuilder ColumnBuilder.escapeName()
          Escapes the new column's name using Database.escapeIdentifier(java.lang.String).
 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.
 

Methods in com.healthmarketscience.jackcess with parameters of type ColumnBuilder
 TableBuilder TableBuilder.addColumn(ColumnBuilder columnBuilder)
          Adds a Column to the new table.
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis