Uses of Class
com.healthmarketscience.jackcess.TableBuilder

Packages that use TableBuilder
com.healthmarketscience.jackcess   
 

Uses of TableBuilder in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return TableBuilder
 TableBuilder TableBuilder.addColumn(ColumnBuilder column)
          Adds a Column to the new table.
 TableBuilder TableBuilder.addColumns(Collection<? extends ColumnBuilder> columns)
          Adds the Columns to the new table.
 TableBuilder TableBuilder.addIndex(IndexBuilder index)
          Adds an IndexBuilder to the new table.
 TableBuilder TableBuilder.escapeName()
          Escapes the new table's name using escapeIdentifier(java.lang.String).
 TableBuilder TableBuilder.setEscapeIdentifiers(boolean escapeIdentifiers)
          Sets whether or not subsequently added columns will have their names automatically escaped
 TableBuilder TableBuilder.setPrimaryKey(String... colNames)
          Sets the names of the primary key columns for this table.
 



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