Uses of Interface
com.healthmarketscience.jackcess.TableDefinition
-
Packages that use TableDefinition Package Description com.healthmarketscience.jackcess com.healthmarketscience.jackcess.impl -
-
Uses of TableDefinition in com.healthmarketscience.jackcess
Subinterfaces of TableDefinition in com.healthmarketscience.jackcess Modifier and Type Interface Description interfaceTableA single database table.Methods in com.healthmarketscience.jackcess that return TableDefinition Modifier and Type Method Description TableDefinitionTableMetaData. getTableDefinition(Database db)Gets the local table definition from the given Database instance if available.Methods in com.healthmarketscience.jackcess with parameters of type TableDefinition Modifier and Type Method Description ColumnColumnBuilder. addToTableDefinition(TableDefinition table)Adds a new Column to the given TableDefinition with the currently configured attributes.IndexIndexBuilder. addToTableDefinition(TableDefinition table)Adds a new Index to the given TableDefinition with the currently configured attributes. -
Uses of TableDefinition in com.healthmarketscience.jackcess.impl
Classes in com.healthmarketscience.jackcess.impl that implement TableDefinition Modifier and Type Class Description classTableDefinitionImplA database table definition which does not allow any actual data interaction (read or write).classTableImplA single database table
-