|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
UsageMap.PageCursor.getPreviousPage() will return the
last page in the map
INSERT INTO <table> VALUES (<values>)Table.addRow(Object...).
Table.updateCurrentRow(Object...).
UsageMap.PageCursor.getNextPage() will return the first
page in the map
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.
Cursor.columnMatchIterable(Column,Object)
Cursor.columnMatchIterator(Collection,Column,Object)
beforeFirst on this cursor and returns a modifiable
Iterator which will iterate through all the rows of this table which
match the given column pattern.
beforeFirst on this table and returns a modifiable
Iterator which will iterate through all the rows of this table which
match the given column pattern, returning only the given columns.
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.
null.
true).
false if "big index support" has been disabled explicity
on the this Database or via a system property, true otherwise.
Table.getNextRow()).
DELETE * FROM <table> WHERE <expression>DefaultCodecProvider.DummyHandler
IndexCursor.entryIterator(Object...)
IndexCursor.entryIterator(Collection,Object...)
Database.escapeIdentifier(java.lang.String).
Database.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);
Database export methods.exportWriter(db, name, out, false, null, '"',
SimpleExportFilter.INSTANCE);
null if there is no matching row.
null if there is no
matching row.
Cursor.findFirstRow(Column,Object) to be more clear
Cursor.findFirstRow(Map) to be more clear
IndexCursor.findFirstRowByEntry(Object...) to be more
clear
Joiner.findRows(Map)
Joiner.findRows(Map,Collection)
null otherwise.
null if
the given page number is invalid.
null).
null.
Table.ColumnOrder (always non-null).
null).
null).
null).
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.
Database import/copy methods.IndexData.DataPage.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 row at which the cursor is currently
positioned is deleted, false otherwise (including invalid rows).
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.
Cursor.iterator(Collection)
beforeFirst on this cursor and returns a modifiable
Iterator which will iterate through all the rows of this table.
beforeFirst on this table and returns a modifiable
Iterator which will iterate through all the rows of this table, returning
only the given columns.
reset on this table and returns a modifiable
Iterator which will iterate through all the rows of this table.
reset on this table and returns a modifiable
Iterator which will iterate through all the rows of this table, returning
only the given columns.
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)).
getPage/setPage call must
reload page data) and is not the given buffer.
null.
Cursor.reset().
Cursor.getSavepoint().
afterLast
on this cursor and returns a modifiable Iterator which will iterate
through all the rows of this table in reverse order.
afterLast
on this table and returns a modifiable Iterator which will iterate
through all the rows of this table in reverse order, returning only the
given columns.
true if a row of the given size will fit on the given
data page, false otherwise.
RowId instance.
Cursor.rowMatchIterator(Map)
Cursor.rowMatchIterator(Collection,Map)
beforeFirst on this cursor and returns a modifiable
Iterator which will iterate through all the rows of this table which
match the given row pattern.
beforeFirst on this table and returns a modifiable
Iterator which will iterate through all the rows of this table which
match the given row pattern, returning only the given columns.
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.
importResultSet() methods).
SELECT <query1> UNION SELECT <query2>DefaultCodecProvider.UnsupportedHandler
UPDATE <table> SET <newValues>
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||