MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Table

Method Table

server/auth/gms_privilege_set.go:143–145  ·  view source on GitHub ↗

Table implements the interface sql.PrivilegeSetDatabase.

(tblName string)

Source from the content-addressed store, hash-verified

141
142// Table implements the interface sql.PrivilegeSetDatabase.
143func (privSet *PrivilegeSetLayerDatabase) Table(tblName string) sql.PrivilegeSetTable {
144 panic("Table is not yet implemented for the Doltgres privilege layer")
145}
146
147// GetTables implements the interface sql.PrivilegeSetDatabase.
148func (privSet *PrivilegeSetLayerDatabase) GetTables() []sql.PrivilegeSetTable {

Callers 11

ResolveValuesTypesFunction · 0.45
regclass.goFile · 0.45
buildIndexDefFunction · 0.45
iterateTablesFunction · 0.45
runIndexFunction · 0.45
runTableFunction · 0.45
nodeCreateFunctionFunction · 0.45
nodeCreateProcedureFunction · 0.45
nodeCreateTableFunction · 0.45
nodeCreateTriggerFunction · 0.45
nodeDropTriggerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected