Overview

Namespaces

  • PHPixie
    • Auth
      • Context
        • Container
      • Domains
      • Providers
        • Builder
        • Provider
      • Repositories
        • Registry
        • Repository
    • AuthHTTP
      • Providers
    • AuthLogin
      • Providers
      • Repository
    • AuthORM
      • Repositories
        • Repository
        • Type
          • Login
    • AuthProcessors
      • Processor
    • BundleFramework
      • Configuration
        • FilesystemLocator
        • ORM
    • Bundles
      • Bundle
        • Provides
      • FilesystemLocators
      • Processors
    • Config
      • Formats
        • Format
      • Storages
        • Storage
          • Editable
        • Type
    • Database
      • Conditions
        • Builder
          • Container
          • Operators
        • Condition
          • Collection
          • Field
        • Logic
      • Connection
      • Driver
        • Mongo
          • Conditions
            • Builder
          • Parser
            • Conditions
          • Query
            • Type
        • PDO
          • Adapter
            • Mysql
              • Parser
            • Pgsql
              • Parser
            • Sqlite
              • Parser
          • Conditions
            • Builder
          • Query
            • Type
      • Exception
      • Parser
      • Query
        • Implementation
        • Type
          • Update
      • Type
        • Document
          • Conditions
            • Builder
            • Condition
              • Collection
                • Embedded
                  • Group
                  • Placeholder
          • Query
            • Implementation
        • SQL
          • Conditions
            • Builder
          • Parser
          • Query
            • Implementation
            • Type
      • Values
    • Debug
      • Logger
      • Tracer
        • Trace
    • DefaultBundle
      • Processor
        • HTTP
    • Filesystem
      • Locators
        • Locator
    • Framework
      • Extensions
        • Template
          • Extension
      • Processors
        • HTTP
          • Response
    • HTTP
      • Context
        • Container
        • Cookies
        • Session
      • Data
        • Headers
      • Messages
        • Message
          • Request
            • ServerRequest
        • Stream
        • UploadedFile
        • URI
      • Responses
    • HTTPProcessors
      • Parsers
        • Parser
      • Processor
        • Actions
        • Dispatcher
          • Builder
          • Registry
    • ORM
      • Conditions
        • Builder
        • Condition
          • Collection
            • RelatedTo
          • Field
          • In
      • Configs
      • Data
        • Diff
        • Type
        • Types
          • Document
            • Node
              • ArrayNode
      • Drivers
        • Driver
          • Mongo
          • PDO
          • SQL
      • Exception
      • Loaders
        • Loader
          • Embedded
          • Proxy
          • Repository
      • Mappers
        • Cascade
          • Mapper
        • Conditions
        • Preload
      • Maps
        • Map
          • Cascade
          • Property
      • Models
        • Model
          • Implementation
        • Type
          • Database
            • Implementation
          • Embedded
            • Implementation
      • Planners
        • Planner
          • In
            • Strategy
          • Pivot
            • Strategy
          • Query
            • Strategy
      • Plans
        • Plan
          • Query
      • Relationships
        • Relationship
          • Handler
            • Cascading
            • Mapping
          • Implementation
            • Preloader
              • Result
                • Multiple
            • Property
            • Side
          • Property
            • Entity
          • Side
            • Cascade
            • Property
          • Type
        • Type
          • Embeds
            • Preload
            • Property
            • Side
            • Type
              • Many
                • Preload
                • Property
                  • Entity
                • Side
              • One
                • Preload
                • Property
                  • Entity
                • Side
          • ManyToMany
            • Property
            • Side
          • OneTo
            • Preloader
            • Property
              • Entity
              • Query
            • Side
            • Type
              • Many
                • Preloader
                  • Property
                • Property
                  • Entity
                  • Query
                • Side
                • Value
                  • Preload
              • One
                • Preloader
                • Property
                • Side
      • Steps
        • Result
        • Step
          • Pivot
          • Query
            • Insert
              • Batch
                • Data
            • Result
          • Update
      • Values
        • Preload
          • Property
        • Update
      • Wrappers
        • Model
        • Type
          • Database
          • Embedded
    • Paginate
      • Loader
    • PaginateORM
      • Loader
    • Processors
      • Processor
        • Dispatcher
    • Route
      • Exception
      • Matcher
      • Resolvers
        • Resolver
          • Pattern
      • Translator
    • Security
      • Tokens
        • Storage
          • Database
    • Slice
      • Data
        • Slice
      • Type
        • ArrayData
        • Slice
    • Template
      • Extensions
        • Extension
      • Formats
      • Renderer
    • Test
  • Project
    • App
      • HTTPProcessors
    • Framework
  • Psr
    • Http
      • Message

Classes

  • Config

Interfaces

  • Entity
  • Query
  • Repository
  • Overview
  • Namespace
  • Class
  • Tree
  • Return

Interface Query

PHPixie\ORM\Models\Type\Database\Query implements PHPixie\ORM\Conditions\Condition\In\Item, PHPixie\ORM\Conditions\Builder

Direct known implementers

PHPixie\ORM\Models\Type\Database\Implementation\Query, PHPixie\ORM\Wrappers\Type\Database\Query

Indirect known implementers

PHPixie\ORM\Drivers\Driver\Mongo\Query, PHPixie\ORM\Drivers\Driver\PDO\Query, PHPixie\ORM\Drivers\Driver\SQL\Query
Namespace: PHPixie\ORM\Models\Type\Database
Located at vendor/phpixie/orm/src/PHPixie/ORM/Models/Type/Database/Query.php
Methods summary
public
# modelName( )

Implementation of

PHPixie\ORM\Conditions\Condition\In\Item::modelName()
public
# limit( $limit )
public
# getLimit( )
public
# clearLimit( )
public
# offset( $offset )
public
# getOffset( )
public
# clearOffset( )
public
# orderAscendingBy( $field )
public
# orderDescendingBy( $field )
public
# getOrderBy( )
public
# clearOrderBy( )
public
# planFind( $preload = array() )
public
# find( $preload = array() )
public
# findOne( $preload = array() )
public
# planDelete( )
public
# delete( )
public
# getUpdateBuilder( )
public
# planUpdate( $data )
public
# planUpdateValue( $update )
public
# update( $data )
public
# planCount( )
public
# count( )
public
# getRelationshipProperty( $name )
public
# getConditions( )
public
# __get( $name )
public
# __call( $method, $params )

Implementation of

PHPixie\Database\Conditions\Builder::__call()
Methods inherited from PHPixie\ORM\Conditions\Builder
addInCondition(), addRelatedToCondition(), addWhereCondition(), addWhereOperatorCondition(), addWherePlaceholder(), andIn(), andNotIn(), andNotRelatedTo(), andRelatedTo(), andWhere(), andWhereNot(), buildWhereCondition(), endWhereGroup(), in(), notIn(), notRelatedTo(), orIn(), orNotIn(), orNotRelatedTo(), orRelatedTo(), orWhere(), orWhereNot(), relatedTo(), startAndNotRelatedToGroup(), startAndRelatedToGroup(), startAndWhereGroup(), startAndWhereNotGroup(), startNotRelatedToGroup(), startOrNotRelatedToGroup(), startOrRelatedToGroup(), startOrWhereGroup(), startOrWhereNotGroup(), startRelatedToConditionGroup(), startRelatedToGroup(), startWhereConditionGroup(), startWhereGroup(), startWhereNotGroup(), startXorNotRelatedToGroup(), startXorRelatedToGroup(), startXorWhereGroup(), startXorWhereNotGroup(), where(), whereNot(), xorIn(), xorNotIn(), xorNotRelatedTo(), xorRelatedTo(), xorWhere(), xorWhereNot()
Methods inherited from PHPixie\Database\Conditions\Builder
_and(), _not(), _or(), _xor(), addCondition(), addOperatorCondition(), addPlaceholder(), andNot(), buildCondition(), endGroup(), orNot(), startAndGroup(), startAndNotGroup(), startConditionGroup(), startGroup(), startNotGroup(), startOrGroup(), startOrNotGroup(), startXorGroup(), startXorNotGroup(), xorNot()
PHPixie 3 API API documentation generated by ApiGen