This commit is contained in:
2021-02-25 17:57:20 +08:00
parent e1fa0a6b12
commit fd001e6fbb
13 changed files with 93 additions and 469 deletions
-9
View File
@@ -14,7 +14,6 @@ namespace Database;
use ReflectionException;
use Snowflake\Abstracts\Component;
use Database\Mysql\Schema;
use Database\Orm\Select;
use Exception;
use PDO;
use Snowflake\Event;
@@ -271,14 +270,6 @@ class Connection extends Component
return $command->bindValues($attributes);
}
/**
* @return Select
* @throws Exception
*/
public function getBuild(): Select
{
return $this->getSchema()->getQueryBuilder();
}
/**
*