load


Description:

public ArrayList<Schema> load (string name)

Loads the schema information for a table.

This method queries SQLite's PRAGMA table_info to retrieve column information for the specified table. Results are cached to avoid repeated queries for the same table.

Parameters:

name

The name of the table to load schema for

Returns:

A list of Schema objects representing each column in the table