NCBI C++ ToolKit
|
#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 |
DBCHAR DBCOL::ActualName |
Definition at line 360 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BOOL DBCOL::Identity |
Definition at line 371 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
DBINT DBCOL::MaxLength |
Definition at line 364 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
DBCHAR DBCOL::Name |
Definition at line 359 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BYTE DBCOL::Null |
Definition at line 368 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BYTE DBCOL::Precision |
Definition at line 365 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BYTE DBCOL::Scale |
Definition at line 366 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
DBINT DBCOL::SizeOfStruct |
Definition at line 358 of file sybdb.h.
Referenced by dbtablecolinfo().
DBCHAR DBCOL::TableName |
Definition at line 361 of file sybdb.h.
Referenced by dbcolinfo().
SHORT DBCOL::Type |
Definition at line 362 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BYTE DBCOL::Updatable |
Definition at line 370 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
DBINT DBCOL::UserType |
Definition at line 363 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().
BOOL DBCOL::VarLength |
Definition at line 367 of file sybdb.h.
Referenced by dbcolinfo(), and dbtablecolinfo().