SQL Inventory

List of all SQL mentioned in the code..

ValueCountFile:Line
'SELECT '
1
  • /src/Orm/Query.php
"Delete of file '{$this->getPath( )}' failed."
1
  • /src/File/FilesystemFile.php
"
                        INSERT INTO
                            %s
                        (%s%s%s)
                        VALUES
                        (%s)
                        "
1
  • /src/Database/AbstractPdoAdapter.php
"
                    INSERT INTO
                        %s
                            (%s%s%s)
                        VALUES
                            %s
                    "
1
  • /src/Database/AbstractPdoAdapter.php
"
                                DELETE FROM
                                    %s
                                WHERE
                                    %s = ?
                            "
1
  • /src/Database/AbstractPdoAdapter.php
"
                            DELETE FROM
                                %s
                            WHERE
                                %s
                        "
1
  • /src/Database/AbstractPdoAdapter.php
'SELECT %1$s FROM %2$s WHERE LOWER(%1$s) LIKE ? AND %3$s != ?'
1
  • /src/Database/Util.php
'SHOW TABLES'
1
  • /src/Database/Adapter/Mysql.php