pk generator progress and sequence test progress
This commit is contained in:
@@ -243,6 +243,10 @@ const std::string& dialect::nextval() const {
|
||||
return token_at(dialect_token::NextVal);
|
||||
}
|
||||
|
||||
const std::string& dialect::currval() const {
|
||||
return token_at(dialect_token::CurrVal);
|
||||
}
|
||||
|
||||
const std::string &dialect::not_() const {
|
||||
return token_at(dialect_token::Not);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user