Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
0fad17edc0 | |||
e6777af88a | |||
dc71bf7336 | |||
acce5b2b17 | |||
946a0b0b5e | |||
a789231d5f | |||
682f0b87fa |
@ -13,7 +13,7 @@
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"path": "https://git.provm.cl/ProVM/query_builder.git"
|
||||
"url": "https://git.provm.cl/ProVM/query_builder.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
@ -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