public function SqlLimitVariablePrefix($strLimitInfo) {
                // Setup limit suffix (if applicable) via a LIMIT clause
                if (strlen($strLimitInfo)) {
                        if (strpos($strLimitInfo, ';') !== false)
                                throw new Exception('Invalid Semicolon in LIMIT Info');