mini\Table namespace

Namespace Browser: This page shows all classes, functions, and sub-namespaces in the mini\Table namespace.

Sub-namespaces (4)

Index namespace
Types namespace
Utility namespace
Wrappers namespace

Classes (10)

AbstractTable

Base class for all table implementations

abstract
ArrayTable

Pure PHP array-backed in-memory table implementation

CSVTable

Table backed by CSV data

ColumnDef

Column definition with type and optional index metadata

GeneratorTable

Simple table backed by a generator/closure

InMemoryTable

SQLite-backed in-memory table implementation

Index

Index factory and key encoding utilities.

final
JSONTable

Table backed by JSON data

OrderDef

Order specification for a single column

Predicate

Immutable predicate for filtering conditions

final