Generic FunctionPackage: dbiToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

db-hstmt

Arguments: db

The 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 6.0). 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.

See aodbc.htm for more information on Allegro ODBC.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1