CakePHP
  • Documentation
    • Book
    • API
    • Videos
    • Reporting Security Issues
    • Privacy Policy
    • Logos & Trademarks
  • Business Solutions
  • Swag
  • Road Trip
  • Team
  • Community
    • Community
    • Get Involved
    • Issues (Github)
    • Bakery
    • Featured Resources
    • Training
    • Meetups
    • My CakePHP
    • CakeFest
    • Newsletter
    • Linkedin
    • YouTube
    • Facebook
    • Twitter
    • Mastodon
    • Help & Support
    • Forum
    • Stack Overflow
    • IRC
    • Slack
    • Paid Support
CakePHP

C CakePHP 4.6 Strawberry API

  • Project:
    • CakePHP
      • CakePHP
      • Authentication
      • Authorization
      • Chronos
      • Elastic Search
      • Queue
  • Version:
    • 4.6
      • 5.2
      • 5.1
      • 5.0
      • 4.6
      • 4.5
      • 4.4
      • 4.3
      • 4.2
      • 4.1
      • 4.0
      • 3.10
      • 3.9
      • 3.8
      • 3.7
      • 3.6
      • 3.5
      • 3.4
      • 3.3
      • 3.2
      • 3.1
      • 3.0
      • 2.10
      • 2.9
      • 2.8
      • 2.7
      • 2.6
      • 2.5
      • 2.4
      • 2.3
      • 2.2
      • 2.1
      • 2.0
      • 1.3
      • 1.2

Namespaces

  • Global
  • Cake
    • Auth
    • Cache
    • Collection
    • Command
    • Console
    • Controller
    • Core
    • Database
    • Datasource
    • Error
    • Event
    • Filesystem
    • Form
    • Http
    • I18n
    • Log
    • Mailer
    • Network
    • ORM
    • Routing
    • Shell
    • TestSuite
    • Utility
    • Validation
    • View

Namespace Database

Namespaces

  • Cake\Database\Driver
  • Cake\Database\Exception
  • Cake\Database\Expression
  • Cake\Database\Log
  • Cake\Database\Query
  • Cake\Database\Retry
  • Cake\Database\Schema
  • Cake\Database\Statement
  • Cake\Database\Type

Interfaces

  • ConstraintsInterface

    Defines the interface for a fixture that needs to manage constraints.

  • DriverInterface

    Interface for database driver.

  • ExpressionInterface

    An interface used by Expression objects.

  • StatementInterface

    Represents a database statement. Concrete implementations can either use PDOStatement or a native driver

  • TypeInterface

    Encapsulates all conversion functions for values coming from a database into PHP and going from PHP into a database.

  • TypedResultInterface

    Represents an expression that is known to return a specific type

Classes

  • Connection

    Represents a connection with a database server.

  • Driver

    Represents a database driver containing all specificities for a database engine including its SQL dialect.

  • FieldTypeConverter

    A callable class to be used for processing each of the rows in a statement result, so that the values are converted to the right PHP types.

  • FunctionsBuilder

    Contains methods related to generating FunctionExpression objects with most commonly used SQL functions. This acts as a factory for FunctionExpression objects.

  • IdentifierQuoter

    Contains all the logic related to quoting identifiers in a Query object

  • PostgresCompiler

    Responsible for compiling a Query object into its SQL representation for Postgres

  • Query

    This class represents a Relational database SQL Query. A query can be of different types like select, update, insert and delete. Exposes the methods for dynamically constructing each query part, execute it and transform it to a specific SQL dialect.

  • QueryCompiler

    Responsible for compiling a Query object into its SQL representation

  • SchemaCache

    Schema Cache.

  • SqliteCompiler

    Responsible for compiling a Query object into its SQL representation for SQLite

  • SqlserverCompiler

    Responsible for compiling a Query object into its SQL representation for SQL Server

  • TypeFactory

    Factory for building database type classes.

  • TypeMap

    Implements default and single-use mappings for columns to their associated types

  • ValueBinder

    Value binder class manages list of values bound to conditions.

Traits

  • TypeConverterTrait

    Type converter trait

  • TypeMapTrait

    Trait TypeMapTrait

  • TypedResultTrait

    Implements the TypedResultInterface

OpenHub
Pingping
Linode
  • Business Solutions
  • Showcase
  • Documentation
  • Book
  • API
  • Videos
  • Reporting Security Issues
  • Privacy Policy
  • Logos & Trademarks
  • Community
  • Get Involved
  • Issues (Github)
  • Bakery
  • Featured Resources
  • Training
  • Meetups
  • My CakePHP
  • CakeFest
  • Newsletter
  • Linkedin
  • YouTube
  • Facebook
  • Twitter
  • Mastodon
  • Help & Support
  • Forum
  • Stack Overflow
  • IRC
  • Slack
  • Paid Support

Generated using CakePHP API Docs