Uses of Class
com.healthmarketscience.jackcess.DataType

Packages that use DataType
com.healthmarketscience.jackcess   
com.healthmarketscience.jackcess.impl   
 

Uses of DataType in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return DataType
static DataType DataType.fromByte(byte b)
           
static DataType DataType.fromSQLType(int sqlType)
           
static DataType DataType.fromSQLType(int sqlType, int lengthInUnits)
           
 DataType ColumnBuilder.getType()
           
 DataType PropertyMap.Property.getType()
           
 DataType Column.getType()
           
static DataType DataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.healthmarketscience.jackcess with parameters of type DataType
 PropertyMap.Property PropertyMap.put(String name, DataType type, Object value)
          Creates a new (or updates an existing) property in the map.
 ColumnBuilder ColumnBuilder.setType(DataType type)
          Sets the type for the new column.
 

Constructors in com.healthmarketscience.jackcess with parameters of type DataType
ColumnBuilder(String name, DataType type)
           
 

Uses of DataType in com.healthmarketscience.jackcess.impl
 

Methods in com.healthmarketscience.jackcess.impl that return DataType
 DataType ColumnImpl.getType()
           
abstract  DataType ColumnImpl.AutoNumberGenerator.getType()
          Returns the type of values generated by this generator.
 

Methods in com.healthmarketscience.jackcess.impl with parameters of type DataType
abstract  boolean JetFormat.isSupportedDataType(DataType type)
           
 com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl PropertyMapImpl.put(String name, DataType type, byte flag, Object value)
          Puts a property into this map with the given information.
 com.healthmarketscience.jackcess.impl.PropertyMapImpl.PropertyImpl PropertyMapImpl.put(String name, DataType type, Object value)
           
 



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