SEQUENCE ALLOCATION:
(ctx context.Context)
| 2125 | // ////// SEQUENCE ALLOCATION: |
| 2126 | |
| 2127 | func (context *DatabaseContext) LastSequence(ctx context.Context) (uint64, error) { |
| 2128 | return context.sequences.lastSequence(ctx) |
| 2129 | } |
| 2130 | |
| 2131 | // Helpers for unsupported options |
| 2132 | func (context *DatabaseContext) IsGuestReadOnly() bool { |