NAME
Quiq::Sql::Analyzer - Analyse von SQL-Code
BASE CLASS
SYNOPSIS
use
Quiq::Sql::Analyzer;
my
$aly
= Quiq::Sql::Analyzer->new(
$dbms
);
my
$aly
= Quiq::Sql::Analyzer->new(
$dbms
,
$version
);
METHODS
Objektmethoden
isCreateFunction() - Prüfe auf CREATE FUNCTION
Synopsis
$bool
=
$aly
->isCreateFunction(
$stmt
);
Arguments
Returns
Boolean
Description
Prüfe, ob SQL-Statement $stmt ein CREATE FUNCTION
oder CREATE OR REPLACE FUNCTION
Statement enthält. Wenn ja, liefere 1, andernfalls 0.
VERSION
1.225
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2025 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.