Documentation
¶
Index ¶
Constants ¶
View Source
const DoltgresDoltStatusTableName = "status"
DoltgresDoltStatusTableName is the name of Dolt's status table following Doltgres' naming conventions.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DoltgresDoltStatusTableAdapter ¶ added in v0.54.5
type DoltgresDoltStatusTableAdapter struct{}
DoltgresDoltStatusTableAdapter adapts the doltdtables.StatusTable into a Doltgres-compatible version.
DoltgresDoltStatusTableAdapter implements the adapters.TableAdapter interface.
func (DoltgresDoltStatusTableAdapter) NewTable ¶ added in v0.54.5
func (a DoltgresDoltStatusTableAdapter) NewTable(ctx *sql.Context, tableName string, ddb *doltdb.DoltDB, ws *doltdb.WorkingSet, rp env.RootsProvider[*sql.Context]) sql.Table
NewTable returns a new sql.Table for Doltgres' version of doltdtables.StatusTable.
func (DoltgresDoltStatusTableAdapter) TableName ¶ added in v0.54.5
func (a DoltgresDoltStatusTableAdapter) TableName() string
TableName returns the table name for Doltgres' version of doltdtables.StatusTable.
Click to show internal directories.
Click to hide internal directories.