Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
SQLiteColumnNode Struct Reference

A datatype for storing a SQLiteColumn on a LinkedList. More...

#include <sqlite_column.h>

Collaboration diagram for SQLiteColumnNode:
[legend]

Data Fields

ListItem sqlcn_node
 The base ListItem. More...
 
SQLiteColumnsqlcn_column_p
 The SQLiteColumn. More...
 

Detailed Description

A datatype for storing a SQLiteColumn on a LinkedList.

Field Documentation

◆ sqlcn_node

ListItem sqlcn_node

The base ListItem.

◆ sqlcn_column_p

SQLiteColumn* sqlcn_column_p

The documentation for this struct was generated from the following file: