Next: , Previous: , Up: DBI.Connection   [Index]


3.2.3 DBI.Connection: accessing

>> aString

Returns a Table object corresponding to the given table.

database

Returns the database name for this connection. This corresponds to the catalog in SQL standard parlance (abstract).

fieldConverter

Returns a FieldConverter that can be used to insert Smalltalk objects into queries.

tableAt: aString

Returns a Table object corresponding to the given table.

tableAt: aString ifAbsent: aBlock

Returns a Table object corresponding to the given table.