Method |
Description |
|
delete ( array $wheres ) : void |
delete |
|
destruct ( ) : void |
destroy singleton instance |
|
first ( Builder $query ) : Builder |
등록된 모든 proxy의 first()를 처리함. |
|
get ( Builder $query ) : Builder |
등록된 모든 proxy 의 get() interface 처리 |
|
getProxy ( string $name ) : Xpressengine\Database\ProxyInterface |
get registered proxy |
|
gets ( ) : array |
get registered proxies |
|
insert ( array $args ) : void |
insert |
|
instance ( Container $container ) : object |
create instance if not exists |
|
orders ( Builder $query, array $orders ) : Builder |
등록된 모든 proxy의 orders()를 처리함. |
|
register ( Xpressengine\Database\ProxyInterface $proxy ) : void |
register proxy |
|
set ( Xpressengine\Database\VirtualConnectionInterface $conn, array $options ) : void |
set connection
등록된 proxy 로 connection 을 주입하기 위해 connection 정보를 가짐
DynamicQuery 에서 주입 받음 |
|
update ( array $args, array $wheres = null ) : void |
update |
|
wheres ( Builder $query, array $wheres ) : Builder |
등록된 모든 proxy의 wheres()를 처리함. |
|