finished statement cache class
This commit is contained in:
@@ -95,4 +95,7 @@ void statement::reset() const
|
||||
statement_proxy_->reset();
|
||||
}
|
||||
|
||||
}
|
||||
std::string statement::sql() const {
|
||||
return statement_proxy_->sql();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user