Generic FunctionPackage: dbiToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

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 principle be multiple statement handles for a given database connection (though this feature is not implemented). 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version