Documentation
¶
Index ¶
Constants ¶
const DoltgresDoltStatusIgnoredTableName = "status_ignored"
DoltgresDoltStatusIgnoredTableName is the name of Dolt's status_ignored table following Doltgres' naming conventions.
const DoltgresDoltStatusTableName = "status"
DoltgresDoltStatusTableName is the name of Dolt's status table following Doltgres' naming conventions.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DoltgresDoltStatusIgnoredTableAdapter ¶ added in v0.55.0
type DoltgresDoltStatusIgnoredTableAdapter struct{}
DoltgresDoltStatusIgnoredTableAdapter adapts the doltdtables.StatusIgnoredTable into a Doltgres-compatible version.
DoltgresDoltStatusIgnoredTableAdapter implements the adapters.TableAdapter interface.
func (DoltgresDoltStatusIgnoredTableAdapter) NewTable ¶ added in v0.55.0
func (a DoltgresDoltStatusIgnoredTableAdapter) 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.StatusIgnoredTable.
func (DoltgresDoltStatusIgnoredTableAdapter) TableName ¶ added in v0.55.0
func (a DoltgresDoltStatusIgnoredTableAdapter) TableName() string
TableName returns the table name for Doltgres' version of doltdtables.StatusIgnoredTable.
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.