Home
last modified time | relevance | path

Searched defs:Column (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml/
Dtinyxml.h199 int Column() const { return location.col + 1; } ///< See Row() in Column() function
/external/sqlite/dist/
Dsqlite3.c6533 typedef struct Column Column; typedef
7944 struct Column { struct
7945 char *zName; /* Name of this column */
7946 Expr *pDflt; /* Default value of this column */
7947 char *zType; /* Data type for this column */
7948 char *zColl; /* Collating sequence. If NULL, use the default */
7949 u8 notNull; /* True if there is a NOT NULL constraint */
7950 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
7951 char affinity; /* One of the SQLITE_AFF_... values */
7953 u8 isHidden; /* True if this column is 'hidden' */