PHP Classes

File: src/SQLTools/Base/ICommand.php

Recommend this page to a friend!
  Classes of Rafael Lúcio   SQLTools   src/SQLTools/Base/ICommand.php   Download  
File: src/SQLTools/Base/ICommand.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: SQLTools
Create and alter databases, tables and indexes
Author: By
Last change: Update of src/SQLTools/Base/ICommand.php
Date: 2 months ago
Size: 87 bytes
 

Contents

Class file image Download
<?php

namespace SQLTools\Base;


interface
ICommand {
    public function
getSql();
}