|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Table.asRow(java.util.Map) on the given row map and passes the result to Table.addRow(java.lang.Object...).
Table.asRow(java.util.Map) on the given row maps and passes the results to
Table.addRows(java.util.List extends java.lang.Object[]>).
UsageMap.PageCursor.getPreviousPage() will return the
last page in the map
INSERT INTO <table> VALUES (<values>)INSERT INTO <table> VALUES (<values>)Table.addRow(Object...).
TableImpl.addRow(Object...), where the generated
RowId will be an extra value at the end of the array.
Cursor.updateCurrentRow(Object...).
Table methods
which indicates how many rows were successfully written before the
underlying failure was encountered.UsageMap.PageCursor.getNextPage() will return the first
page in the map
FileChannel.transferFrom)
byte[]s where the final size of the
data is not known beforehand.true if this handler can decode a page inline,
false otherwise.
true if this handler can encode partial pages,
false otherwise.
DataType.TEXT and DataType.MEMO), and
all other columns using simple equality.getPage/setPage call must reload page data) and
releases any referenced memory.
Column.null
if the default should be used.
TRANSFORM <expr> SELECT <query> PIVOT <expr>TRANSFORM <expr> SELECT <query> PIVOT <expr>true if the current row matches the given pattern.
true if the current row matches the given pattern.
true if the current row matches the given index entries.
Table.Cursor.Database.null.
true).
DELETE * FROM <table> WHERE <expression>DELETE * FROM <table> WHERE <expression>DefaultCodecProvider.DummyHandler
IndexCursor entry
Iterable/Iterator.TableBuilder.escapeIdentifier(java.lang.String).
TableBuilder.escapeIdentifier(java.lang.String).
exportAll(db, dir, "csv");
exportFile(db, name, f, false, null, '"',
SimpleExportFilter.INSTANCE);
exportFile(db, name, f, false, null, '"',
SimpleExportFilter.INSTANCE);
exportFile(db, name, f, false, null, '"',
SimpleExportFilter.INSTANCE);
exportFile(db, name, f, false, null, '"',
SimpleExportFilter.INSTANCE);
exportWriter(db, name, new BufferedWriter(f),
header, delim, quote, filter);
ExportUtil export methods.exportWriter(db, name, out, false, null, '"',
SimpleExportFilter.INSTANCE);
null if there is no matching row.
null if there is no
matching row.
null otherwise.
OleBlob (DataTypes OLE).
null if
the given page number is invalid.
null).
null.
Table.ColumnOrder (always non-null).
null).
null).
null).
null).
null).
ComplexValueForeignKey (DataType COMPLEX_TYPE).
null).
Cursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint).
null).
true if the "to" table has any rows based on the given
columns in the "from" table, false otherwise.
true if the "to" table has any rows based on the given
columns in the "from" table, false otherwise.
ImportUtil import methods.Index.Index with extended traversal options.getPage/setPage call must reload page data).
true if the cursor is currently positioned after the
last row, false otherwise.
true if the cursor is currently positioned before the
first row, false otherwise.
true if the given string is null or all blank
space, false otherwise.
true if the row at which the cursor is currently
positioned is deleted, false otherwise (including invalid rows).
true if this Database links to the given Table, false otherwise.
true if the given value is "raw" column data,
false otherwise.
true if this cursor is up-to-date with respect to its
index.
true if this cursor is up-to-date with respect to its
usage map.
true if this rowId potentially represents an actual row
of data, false otherwise.
true if a logical write operation is in progress, false otherwise.
Cursor Iterable/Iterator.Cursor.beforeFirst() on this cursor and returns a modifiable
Iterator which will iterate through all the rows of this table.
Table.reset() on this table and returns a modifiable
Iterator which will iterate through all the rows of this table.
SELECT <query> INTO <newTable>SELECT <query> INTO <newTable>null (or a
boolean value is true).
true if the given value1 should be considered a match for
the given value2 for the given column in the given table, false
otherwise.
true if the given table row matches the Filter criteria,
false otherwise.
RandomAccessFile.RandomAccessFile(File,String)).
RandomAccessFile.RandomAccessFile(File,String)).
RandomAccessFile.RandomAccessFile(File,String)).
OleBlob.ContentType.COMPOUND_STORAGE type.OleBlob.ContentType.LINK type.OleBlob.ContentType.OTHER type.OleBlob.ContentType.SIMPLE_PACKAGE type.getPage/setPage call must
reload page data) and is not the given buffer.
Database.null.
Table.getNextRow() will return the first row
in the table, see Cursor.reset() (uses the default cursor).
Cursor.getSavepoint().
true if a row of the given size will fit on the given
data page, false otherwise.
RowId instance.
SELECT <columns> FROM <tables> WHERE <expression>SELECT <columns> FROM <tables> WHERE <expression>null, uses default.
null if no special encoding is necessary
DatabaseBuilder.open() or target file for
new database for DatabaseBuilder.create() (in which case, tf this file already
exists, it will be overwritten.)
DatabaseBuilder.create() only).
true, will force opening file in
read-only mode (DatabaseBuilder.open() only).
null, uses
default
null values are actually recorded in the index.
null values are actually recorded in the index.
SimpleColumnValidator.INSTANCE for all columns.Table.Database Iterable/Iterator
for Tables.importResultSet() methods).
SELECT <query1> UNION SELECT <query2>SELECT <query1> UNION SELECT <query2>DefaultCodecProvider.UnsupportedHandler
UPDATE <table> SET <newValues>UPDATE <table> SET <newValues>
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||