The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiq::Sql::Analyzer - Analyse von SQL-Code

BASE CLASS

Quiq::Dbms

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

$stmt

SQL-Statement.

Returns

Boolean

Description

Prüfe, ob SQL-Statement $stmt ein CREATE FUNCTION oder CREATE OR REPLACE FUNCTION Statemtn enthält. Wenn ja, liefere 1, andernfalls 0.

VERSION

1.157

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2019 Frank Seitz

LICENSE

This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.