Table implements the interface sql.PrivilegeSetDatabase.
(tblName string)
| 141 | |
| 142 | // Table implements the interface sql.PrivilegeSetDatabase. |
| 143 | func (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. |
| 148 | func (privSet *PrivilegeSetLayerDatabase) GetTables() []sql.PrivilegeSetTable { |
no outgoing calls
no test coverage detected