Expand description
Common database primitive re-exports.
Structs§
- Affected
Rows - A count of affected rows.
- Backend
Name - Column
Metadata - Column metadata.
- Column
Name - A strongly typed database identifier wrapper:
ColumnName. - Column
Ref - A column reference with optional table qualification.
- Column
Type Label - Constraint
Metadata - Constraint metadata.
- Constraint
Ref - Constraint reference metadata.
- Database
Dsn - Database
Engine - Database
Name - A strongly typed database identifier wrapper:
DatabaseName. - Database
Url - Driver
Name - A strongly typed database identifier wrapper:
DriverName. - Driver
Version - Foreign
Key - Foreign key metadata.
- HasMore
- Whether more results are available.
- Index
Column - An indexed column.
- Index
Metadata - Index metadata.
- Index
Ref - Index reference metadata.
- KeyColumn
- A key column reference.
- Migration
Id - Migration
Plan - A migration plan descriptor. This does not execute migrations.
- Migration
Step - A migration step descriptor.
- Page
Request - Page request metadata.
- Primary
Key - Primary key metadata.
- Record
Id - Record
Key - Record
Ref - A generic record reference.
- Relation
Endpoint - A relation endpoint label with optionality metadata.
- Relationship
- Relationship metadata.
- Result
Page - Generic result page.
- Result
Set - Generic result set container.
- RowCount
- A row count.
- RowId
- A row identifier label.
- Schema
Metadata - Schema metadata.
- Schema
Name - A strongly typed database identifier wrapper:
SchemaName. - Schema
Ref - A database schema reference.
- SortKey
- Table
Metadata - Table metadata.
- Table
Name - A strongly typed database identifier wrapper:
TableName. - Table
Ref - A table reference with optional schema qualification.
- Table
Stats - Basic table statistics.
- Total
Count - Total result count metadata.
- Transaction
Id - Transaction identifier label.
- Unique
Key - Unique key metadata.
Enums§
- Backend
Kind - Backend kind metadata.
- Cardinality
- Common cardinality labels.
- Constraint
Kind - Broad constraint kind.
- Database
Kind - Common database storage families.
- Database
Object Kind - Common database object kinds.
- Deferrability
- Deferrability metadata.
- Driver
Capability - Driver capability metadata.
- Index
Kind - Broad index kind.
- Index
Order - Index column sort order.
- Migration
Direction - Migration direction metadata.
- Nullability
- Column nullability metadata.
- Query
Kind - Broad query kind.
- Query
Mode - Query mode metadata.
- Record
Status - Broad record status.
- RowStatus
- Broad row status.
- Sort
Direction - Sort direction metadata.
- Transaction
Isolation - Common transaction isolation levels.
- Transaction
Mode - Transaction mode metadata.