PHP Classes

File: src/bin/create-view.jsyn

Recommend this page to a friend!
  Classes of Samuel Adeshina   Scripd   src/bin/create-view.jsyn   Download  
File: src/bin/create-view.jsyn
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scripd
Generate database creation SQL queries from JSON
Author: By
Last change: Solution for https://github.com/Samshal/Scripd/issues/7
Date: 8 years ago
Size: 294 bytes
 

Contents

Class file image Download
{ "default":[ "CREATE", "[OR REPLACE]", "[ALGORITHM]", "=", "[{{ALGORITHM}}]", "[DEFINER]", "=", "[{{DEFINER}}]", "[SQL SECURITY]", "=", "[{{SQL SECURITY}}]", "VIEW", "{{name}}", "{{columns}}", "AS", "{{AS}}", "[WITH]", "[{{WITH}}]", "[CHECK OPTION]" ] }