Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #JackCess - 119 results found.
NameDescriptionTypePackageFramework
AppendQueryQuery interface which represents an append query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
AppendQueryImplConcrete Query subclass which represents an append query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
AttachmentComplex value corresponding to an attachment.Interfacecom.healthmarketscience.jackcess.complexJackCess
AttachmentColumnInfoComplex column info for a column holding 0 or more attachments per row.Interfacecom.healthmarketscience.jackcess.complexJackCess
AttachmentColumnInfoImplComplex column info for a column holding 0 or more attachments per row.Classcom.healthmarketscience.jackcess.impl.complexJackCess
BaseSelectQueryBase interface for queries which represent some form of SELECT statement.Interfacecom.healthmarketscience.jackcess.queryJackCess
BaseSelectQueryImplBase class for queries which represent some form of SELECT statement.Classcom.healthmarketscience.jackcess.impl.queryJackCess
BatchUpdateExceptionJackcessException which is thrown from multi-add-row Table methods which indicates how many rows were successfully written before theClasscom.healthmarketscience.jackcessJackCess
ByteArrayBuilderUtility class for constructing byte[]s where the final size of the data is not known beforehand.Classcom.healthmarketscience.jackcess.implJackCess
ByteUtilClasscom.healthmarketscience.jackcess.implJackCess
CaseInsensitiveColumnMatcherConcrete implementation of ColumnMatcher which tests textual columns case-insensitively (DataType.Classcom.healthmarketscience.jackcess.utilJackCess
CodecHandlerInterface for a handler which can encode/decode a specific access pageAuthor:James AhlbornInterfacecom.healthmarketscience.jackcess.implJackCess
CodecProviderInterface for a provider which can generate CodecHandlers for various types of database encodings.Interfacecom.healthmarketscience.jackcess.implJackCess
ColumnAccess database column definition.Interfacecom.healthmarketscience.jackcessJackCess
ColumnBuilderBuilder style class for constructing a Column.Classcom.healthmarketscience.jackcessJackCess
ColumnImplAccess database column definitionAuthor:Tim McCuneUsage:Intermediate: This class requires moderate API knowledge.Classcom.healthmarketscience.jackcess.implJackCess
ColumnMatcherInterface for handling comparisons between column values.Interfacecom.healthmarketscience.jackcess.utilJackCess
ColumnValidatorInterface which allows for data manipulation/validation as values are being inserted into a database.Interfacecom.healthmarketscience.jackcess.utilJackCess
ColumnValidatorFactoryFactory which generates appropriate ColumnValidators when Column instancesAuthor:James AhlbornInterfacecom.healthmarketscience.jackcess.utilJackCess
ComplexColumnInfoBase class for the additional information tracked for complex columns.Interfacecom.healthmarketscience.jackcess.complexJackCess
ComplexColumnInfoImplBase class for the additional information tracked for complex columns.Classcom.healthmarketscience.jackcess.impl.complexJackCess
ComplexColumnSupportUtility code for loading complex columns.Classcom.healthmarketscience.jackcess.implJackCess
ComplexDataTypeenum ComplexDataTypeextends EnumSecondary type classification for the data in a complex column.Classcom.healthmarketscience.jackcess.complexJackCess
ComplexValueBase interface for a value in a complex column (where there may be multiple values for a single row in the main table).Interfacecom.healthmarketscience.jackcess.complexJackCess
ComplexValueForeignKeyValue which is returned for a complex column.Classcom.healthmarketscience.jackcess.complexJackCess
ComplexValueForeignKeyImplValue which is returned for a complex column.Classcom.healthmarketscience.jackcess.impl.complexJackCess
CompoundOleUtilUtility code for working with OLE data which is in the compound storage format.Classcom.healthmarketscience.jackcess.implJackCess
ConstraintViolationExceptionJackcessException which indicates that the failure was caused by a database constraint violation.Classcom.healthmarketscience.jackcessJackCess
CrossTabQueryQuery interface which represents a crosstab/pivot query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
CrossTabQueryImplConcrete Query subclass which represents a crosstab/pivot query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
CursorManages iteration for a Table.Interfacecom.healthmarketscience.jackcessJackCess
CursorBuilderBuilder style class for constructing a Cursor.Classcom.healthmarketscience.jackcessJackCess
CursorImplManages iteration for a Table.Classcom.healthmarketscience.jackcess.implJackCess
CustomToStringStyleCustom ToStringStyle for use with ToStringBuilder.Classcom.healthmarketscience.jackcess.implJackCess
DatabaseAn Access database instance.Interfacecom.healthmarketscience.jackcessJackCess
DatabaseBuilderBuilder style class for opening/creating a Database.Classcom.healthmarketscience.jackcessJackCess
DatabaseImplClasscom.healthmarketscience.jackcess.implJackCess
DataDefinitionQueryQuery interface which represents a DDL query.Interfacecom.healthmarketscience.jackcess.queryJackCess
DataDefinitionQueryImplConcrete Query subclass which represents a DDL query.Classcom.healthmarketscience.jackcess.impl.queryJackCess
DataTypeenum DataTypeextends EnumSupported access data types.Classcom.healthmarketscience.jackcessJackCess
DebugErrorHandler information about bad row data (great for bug reports!).Classcom.healthmarketscience.jackcess.utilJackCess
DefaultCodecProviderDefault implementation of CodecProvider which does not have any actual encoding/decoding support.Classcom.healthmarketscience.jackcess.implJackCess
DeleteQueryQuery interface which represents a delete query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
DeleteQueryImplConcrete Query subclass which represents a delete query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
EntryIterableBuilderBuilder style class for constructing an IndexCursor entryAuthor:James AhlbornUsage:General: This class is general use.Classcom.healthmarketscience.jackcess.utilJackCess
ErrorHandlerHandler for errors encountered while reading a column of row data from a Table.Interfacecom.healthmarketscience.jackcess.utilJackCess
ExportFilterInterface which allows customization of the behavior of the ExportUtil export methods.Interfacecom.healthmarketscience.jackcess.utilJackCess
ExportUtilUtility class for exporting tables from an Access database to other formats.Classcom.healthmarketscience.jackcess.utilJackCess
GeneralIndexCodesVarious constants used for creating "general" (access 2010+) sort order text index entries.Classcom.healthmarketscience.jackcess.implJackCess
GeneralLegacyIndexCodesVarious constants used for creating "general legacy" (access 2000-2007) sort order text index entries.Classcom.healthmarketscience.jackcess.implJackCess
ImportFilterInterface which allows customization of the behavior of the ImportUtil import methods.Interfacecom.healthmarketscience.jackcess.utilJackCess
ImportUtilUtility class for importing tables to an Access database from other sources.Classcom.healthmarketscience.jackcess.utilJackCess
IndexAccess database index definition.Classcom.healthmarketscience.jackcessJackCess
IndexBuilderBuilder style class for constructing an Index.Classcom.healthmarketscience.jackcessJackCess
IndexCodesVarious constants used for creating index entries.Classcom.healthmarketscience.jackcess.implJackCess
IndexCursorCursor backed by an Index with extended traversal options.Interfacecom.healthmarketscience.jackcessJackCess
IndexCursorImplCursor backed by an index with extended traversal options.Classcom.healthmarketscience.jackcess.implJackCess
IndexDataAccess table index data.Classcom.healthmarketscience.jackcess.implJackCess
IndexImplAccess table (logical) index.Classcom.healthmarketscience.jackcess.implJackCess
IndexPageCacheManager of the index pages for a IndexData.Classcom.healthmarketscience.jackcess.implJackCess
IterableBuilderBuilder style class for constructing a Cursor Iterable/Iterator.Classcom.healthmarketscience.jackcess.utilJackCess
JackcessExceptionBase class for specific exceptions thrown by Jackcess.Classcom.healthmarketscience.jackcessJackCess
JetFormatClasscom.healthmarketscience.jackcess.implJackCess
JoinerUtility for finding rows based on pre-defined, foreign-key tableAuthor:James AhlbornUsage:General: This class is general use.Classcom.healthmarketscience.jackcess.utilJackCess
LinkResolverResolver for linked databases.Interfacecom.healthmarketscience.jackcess.utilJackCess
MakeTableQueryQuery interface which represents an table creation query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
MakeTableQueryImplConcrete Query subclass which represents an table creation query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
MemFileChannelFileChannel implementation which maintains the entire "file" in memory.Classcom.healthmarketscience.jackcess.utilJackCess
MultiValueColumnInfoComplex column info for a column holding multiple simple values per row.Interfacecom.healthmarketscience.jackcess.complexJackCess
MultiValueColumnInfoImplComplex column info for a column holding multiple simple values per row.Classcom.healthmarketscience.jackcess.impl.complexJackCess
NullMaskBitmask that indicates whether or not each column in a row is null.Classcom.healthmarketscience.jackcess.implJackCess
OleBlobExtensions of the Blob interface with additional functionality for working with the OLE content from an access database.Interfacecom.healthmarketscience.jackcess.utilJackCess
OleUtilUtility code for working with OLE data.Classcom.healthmarketscience.jackcess.implJackCess
PageChannelClasscom.healthmarketscience.jackcess.implJackCess
PageTypesInterfacecom.healthmarketscience.jackcess.implJackCess
PassthroughQueryQuery interface which represents a query which will be executed via ODBC.Interfacecom.healthmarketscience.jackcess.queryJackCess
PassthroughQueryImplConcrete Query subclass which represents a query which will be executed viaAuthor:James AhlbornClasscom.healthmarketscience.jackcess.impl.queryJackCess
PropertyMapMap of properties for a database object.Interfacecom.healthmarketscience.jackcessJackCess
PropertyMapImplMap of properties for a database object.Classcom.healthmarketscience.jackcess.implJackCess
PropertyMapsCollection of PropertyMap instances read from a single property data block.Classcom.healthmarketscience.jackcess.implJackCess
QueryBase interface for classes which encapsulate information about an Access query.Interfacecom.healthmarketscience.jackcess.queryJackCess
QueryFormatConstants used by the query data parsing.Classcom.healthmarketscience.jackcess.impl.queryJackCess
QueryImplBase class for classes which encapsulate information about an Access query.Classcom.healthmarketscience.jackcess.impl.queryJackCess
RelationshipInformation about a relationship between two tables in the Database.Interfacecom.healthmarketscience.jackcessJackCess
RelationshipImplInformation about a relationship between two tables in the database.Classcom.healthmarketscience.jackcess.implJackCess
ReplacementErrorHandlerSimple implementation of an ErrorHandler which always returns theAuthor:James AhlbornUsage:Intermediate: This class requires moderate API knowledge.Classcom.healthmarketscience.jackcess.utilJackCess
RowA row of data as column name->value pairs.Interfacecom.healthmarketscience.jackcessJackCess
RowFilterThe RowFilter class encapsulates a filter test for a table row.Classcom.healthmarketscience.jackcess.utilJackCess
RowIdUniquely identifies a row of data within the access database.Interfacecom.healthmarketscience.jackcessJackCess
RowIdImplUniquely identifies a row of data within the access database.Classcom.healthmarketscience.jackcess.implJackCess
RowImplA row of data as column->value pairs.Classcom.healthmarketscience.jackcess.implJackCess
RuntimeIOExceptionRuntimeException wrapper around an IOExceptionAuthor:James AhlbornSee Also:Serialized FormClasscom.healthmarketscience.jackcessJackCess
SelectQueryQuery interface which represents a select query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
SelectQueryImplConcrete Query subclass which represents a select query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
SimpleColumnMatcherSimple concrete implementation of ColumnMatcher which tests for equality.Classcom.healthmarketscience.jackcess.utilJackCess
SimpleColumnValidatorSimple concrete implementation of ColumnValidator which simply returns theAuthor:James AhlbornClasscom.healthmarketscience.jackcess.utilJackCess
SimpleColumnValidatorFactorySimple concrete implementation of ColumnValidatorFactory which returns SimpleColumnValidator.Classcom.healthmarketscience.jackcess.utilJackCess
SimpleExportFilterSimple concrete implementation of ImportFilter which just returns the givenAuthor:James AhlbornUsage:General: This class is general use.Classcom.healthmarketscience.jackcess.utilJackCess
SimpleImportFilterSimple concrete implementation of ImportFilter which just returns the givenAuthor:James AhlbornUsage:General: This class is general use.Classcom.healthmarketscience.jackcess.utilJackCess
SingleValueComplex value corresponding to an single value in a multi-value column.Interfacecom.healthmarketscience.jackcess.complexJackCess
TableA single database table.Interfacecom.healthmarketscience.jackcessJackCess
TableBuilderBuilder style class for constructing a Table.Classcom.healthmarketscience.jackcessJackCess
TableImplA single database table Is not thread-safe.Classcom.healthmarketscience.jackcess.implJackCess
TableIterableBuilderBuilder style class for constructing a Database Iterable/Iterator for Tables.Classcom.healthmarketscience.jackcess.utilJackCess
TableScanCursorSimple un-indexed cursor.Classcom.healthmarketscience.jackcess.implJackCess
TempBufferHolderManages a reference to a ByteBuffer.Classcom.healthmarketscience.jackcess.implJackCess
TempPageHolderManages a reference to a page buffer.Classcom.healthmarketscience.jackcess.implJackCess
UnionQueryQuery interface which represents a UNION query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
UnionQueryImplConcrete Query subclass which represents a UNION query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
UnsupportedCodecExceptionException thrown by a CodecHandler to indicate that the current encoding is not supported.Classcom.healthmarketscience.jackcess.implJackCess
UnsupportedColumnInfoComplex column info for an unsupported complex type.Interfacecom.healthmarketscience.jackcess.complexJackCess
UnsupportedColumnInfoImplComplex column info for an unsupported complex type.Classcom.healthmarketscience.jackcess.impl.complexJackCess
UnsupportedValueComplex value corresponding to an unsupported complex column type.Interfacecom.healthmarketscience.jackcess.complexJackCess
UpdateQueryQuery interface which represents a row update query, e.Interfacecom.healthmarketscience.jackcess.queryJackCess
UpdateQueryImplConcrete Query subclass which represents a row update query, e.Classcom.healthmarketscience.jackcess.impl.queryJackCess
UsageMapClasscom.healthmarketscience.jackcess.implJackCess
VersionComplex value corresponding to a version of a memo column.Interfacecom.healthmarketscience.jackcess.complexJackCess
VersionHistoryColumnInfoComplex column info for a column which tracking the version history of an "append only" memo column.Interfacecom.healthmarketscience.jackcess.complexJackCess
VersionHistoryColumnInfoImplComplex column info for a column which tracking the version history of an "append only" memo column.Classcom.healthmarketscience.jackcess.impl.complexJackCess