nulib/php/src/db/_private/_delete.php

12 lines
182 B
PHP

<?php
namespace nulib\db\_private;
class _delete {
const SCHEMA = [
"prefix" => "?string",
"from" => "?string",
"where" => "?array",
"suffix" => "?string",
];
}