PrimaryKeySchema implements the interface sql.PrimaryKeyTable.
(ctx *sql.Context)
| 70 | |
| 71 | // PrimaryKeySchema implements the interface sql.PrimaryKeyTable. |
| 72 | func (tbl *VirtualTable) PrimaryKeySchema(ctx *sql.Context) sql.PrimaryKeySchema { |
| 73 | return tbl.handler.PkSchema() |
| 74 | } |
| 75 | |
| 76 | // Schema implements the interface sql.Table. |
| 77 | func (tbl *VirtualTable) Schema(ctx *sql.Context) sql.Schema { |