|
NameOpenXPKI::Server::Database::Role::CountEmulation - Moose role for database drivers to emulate row count with a subselectDescriptionThis is the default implementation to count the number of rows in a select by using SELECT COUNT(*) from (...) as tmpIt might be overriden if the specifica RDBMS requires a different syntax (e.g. Oracle) or there is a builtin method.
Visit the GSP FreeBSD Man Page Interface. |