|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Database.execute(java.lang.String)
call.
Table.commit(boolean)
and Table.rollback(boolean)
more readable when used as an
argument to those methods.
ArrayIterator
.
Table.Importer
object.
Table.export(com.holub.database.Table.Exporter)
implementation to
create a comma-sparated-value version of a Table
.Table
constructor (such
as
{link com.holub.database.ConcreteTable#ConcreteTable(Table.Importer)}
to initialize
a Table
from
a comma-sparated-value repressentation.Table
, both the ones that you create and
the ones that are created
as a result of a select or join operation.ParseFailure
object initialized for the current
input position.
Table.insert(String[],Object[])
Table.insert(Object[])
Database
class.load(name, new File(".") );
load(name, new File(location) );
select(where, requestedColumns, null);
select(where, null, null);
Table.select(Selector,String[],Table[])
;
Table.commit(boolean)
and Table.rollback(boolean)
more readable when used as an
argument to those methods.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |