Library ActiveRecord

Package ActiveRecord

Overview

Classes: ActiveRecord, ActiveRecordBase, Context, DefaultStatementPlaceholderProvider, IDTraits, KeylessActiveRecord, PostgresStatementPlaceholderProvider, Query, StatementPlaceholderProvider

Classes

class ActiveRecord

The base class for all database objects that implement the ActiveRecord pattern, with a single key column. more...

class ActiveRecordBase

The base class for the ActiveRecord class template. more...

class Context

Context information for ActiveRecord objects. more...

class DefaultStatementPlaceholderProvider

 more...

class IDTraits

Traits for ID/index types. more...

class KeylessActiveRecord

The base class for all database objects that implement the ActiveRecord pattern, without a key column. more...

class PostgresStatementPlaceholderProvider

 more...

class Query

A Query is used to retrieve ActiveRecord objects from a table. more...

class StatementPlaceholderProvider

 more...