Uses of Class
com.healthmarketscience.jackcess.TableMetaData.Type
-
Packages that use TableMetaData.Type Package Description com.healthmarketscience.jackcess -
-
Uses of TableMetaData.Type in com.healthmarketscience.jackcess
Methods in com.healthmarketscience.jackcess that return TableMetaData.Type Modifier and Type Method Description TableMetaData.TypeTableMetaData. getType()The type of tablestatic TableMetaData.TypeTableMetaData.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TableMetaData.Type[]TableMetaData.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-