Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
dc71bf7336 | |||
acce5b2b17 | |||
946a0b0b5e |
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Create extends Query\Create
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Delete extends Query\Delete
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Drop extends Query\Drop
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Insert extends Query\Insert
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Select extends Query\Select
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Truncate extends Query\Truncate
|
||||
{
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
namespace ProVM\Database\Query\PostgreSQL;
|
||||
|
||||
use ProVM\Implement\Database\Query;
|
||||
|
||||
class Update extends Query\Update
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user