| 143 | } |
| 144 | |
| 145 | type AddPolicy struct { |
| 146 | statement string |
| 147 | tableName QualifiedName |
| 148 | policy Policy |
| 149 | } |
| 150 | |
| 151 | // SetRowLevelSecurity represents PostgreSQL |
| 152 | // ALTER TABLE ... {ENABLE|DISABLE|FORCE|NO FORCE} ROW LEVEL SECURITY |
nothing calls this directly
no outgoing calls
no test coverage detected