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

Ns_DbColumnType

Overview

Return the type of a column

Syntax

    char *Ns_DbColumnType(
    	Ns_DbTableInfo *tinfo,
    	int             index
    );

Description

The Ns_DbColumnName macro returns the type of the column specified by the given index. Possible values include text, char, integer, and boolean.

Top of Page

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