db-hstmt

$Revision: 1.1.2.2 $

Generic Function

Package: DBI

Arguments: (db)

This default method of this generic function returns the default statement handle for the database connection specified by db. db should be a database object as returned by connect.

A statement handle is used to describe a conversation with the database. There can in principal be multiple statement handles for a given database connection (though this feature is not implemented in 5.0.1). When the database connection is made a statement handle is allocated and becomes the default statement handle for conversations with that database connection. Normally an application won't need to be concerned about statement handles.

This symbol is associated with the Allegro CL ODBC (AODBC) interface, version 2. Version 2 is new in Allegro CL 5.0.1. It is incompatible with the earlier version 1. Not all customers will have Allegro ODBC version 2. Contact your Franz Inc. sales representative for more information.

Allegro ODBC version 2 is described in aodbc_v2.htm.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.