[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_DbNewTableInfo

Overview

Allocate structure for table information

Syntax

    Ns_DbTableInfo *Ns_DbNewTableInfo (
    	char *table
    );

Description

The Ns_DbNewTableInfo function allocates an Ns_DbTableInfo structure for table. This function should only need to be called by database driver developers.

The Ns_DbTableInfo structure returned must be deallocated with Ns_DbFreeTableInfo when no longer needed.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.