NCBI C++ ToolKit
Public Attributes | List of all members
DBCOL Struct Reference

Search Toolkit Book for DBCOL

#include <dbapi/driver/ftds100/freetds/sybdb.h>

Public Attributes

DBINT SizeOfStruct
 
DBCHAR Name [MAXCOLNAMELEN+2]
 
DBCHAR ActualName [MAXCOLNAMELEN+2]
 
DBCHAR TableName [MAXCOLNAMELEN+2]
 
SHORT Type
 
DBINT UserType
 
DBINT MaxLength
 
BYTE Precision
 
BYTE Scale
 
BOOL VarLength
 
BYTE Null
 
BYTE CaseSensitive
 
BYTE Updatable
 
BOOL Identity
 

Detailed Description

Definition at line 356 of file sybdb.h.

Member Data Documentation

◆ ActualName

DBCHAR DBCOL::ActualName

Definition at line 360 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ CaseSensitive

BYTE DBCOL::CaseSensitive

Definition at line 369 of file sybdb.h.

◆ Identity

BOOL DBCOL::Identity

Definition at line 371 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ MaxLength

DBINT DBCOL::MaxLength

Definition at line 364 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ Name

DBCHAR DBCOL::Name

Definition at line 359 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ Null

BYTE DBCOL::Null

Definition at line 368 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ Precision

BYTE DBCOL::Precision

Definition at line 365 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ Scale

BYTE DBCOL::Scale

Definition at line 366 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ SizeOfStruct

DBINT DBCOL::SizeOfStruct

Definition at line 358 of file sybdb.h.

Referenced by dbtablecolinfo().

◆ TableName

DBCHAR DBCOL::TableName

Definition at line 361 of file sybdb.h.

Referenced by dbcolinfo().

◆ Type

SHORT DBCOL::Type

Definition at line 362 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ Updatable

BYTE DBCOL::Updatable

Definition at line 370 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ UserType

DBINT DBCOL::UserType

Definition at line 363 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().

◆ VarLength

BOOL DBCOL::VarLength

Definition at line 367 of file sybdb.h.

Referenced by dbcolinfo(), and dbtablecolinfo().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:58:09 2024 by modify_doxy.py rev. 669887