Package jet.connect

Interface Summary
DbLongVariable  
Groupable This interface is used for some group by columns, or some have group level value columns.
Record This interface provides the method which is used to access database record.
 

Class Summary
Db A class that encapsulate all JDBC types.
DbBigInt  
DbBinary  
DbBit  
DbChar  
DbColDesc A class that encapsulates all description information about a column in a result set.
DbCompCol DbCompCol constructs a computation column.
DbDate  
DbDateTime The super class of DbDate, DbTime, DbTimestamp
DbDecimal  
DbDouble  
DbInteger  
DbNumber  
DbReal  
DbSmallInt  
DbTime  
DbTimestamp  
DbTinyInt  
DbValue A abstract class that provides a set of methods to convert data between an JDBC data type to Java data types.