Db\Adapter::getType
  • References/PHP/Phalcon/Db/Adapter

public getType () Type of database system the adapter is used for

2025-01-10 15:47:30
Db\Adapter::getDefaultIdValue
  • References/PHP/Phalcon/Db/Adapter

public getDefaultIdValue () Returns the default identity value to be inserted in an identity column

2025-01-10 15:47:30
Db\Adapter\Pdo::execute
  • References/PHP/Phalcon/Db/Adapter/Pdo

public execute (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements

2025-01-10 15:47:30
Db\Adapter::createView
  • References/PHP/Phalcon/Db/Adapter

public createView (mixed $viewName, array $definition, [mixed $schemaName]) Creates a view

2025-01-10 15:47:30
Db\Adapter::isNestedTransactionsWithSavepoints
  • References/PHP/Phalcon/Db/Adapter

public isNestedTransactionsWithSavepoints () Returns if nested transactions should use savepoints

2025-01-10 15:47:30
Db\Adapter::supportSequences
  • References/PHP/Phalcon/Db/Adapter

public supportSequences () Check whether the database system requires a sequence to produce auto-numeric values

2025-01-10 15:47:30
Db\Adapter::rollbackSavepoint
  • References/PHP/Phalcon/Db/Adapter

public rollbackSavepoint (mixed $name) Rollbacks given savepoint

2025-01-10 15:47:30
Db\Adapter\Pdo::connect
  • References/PHP/Phalcon/Db/Adapter/Pdo

public connect ([array $descriptor]) This method is automatically called in \Phalcon\Db\Adapter\Pdo constructor. Call

2025-01-10 15:47:30
Db\Adapter\Pdo::executePrepared
  • References/PHP/Phalcon/Db/Adapter/Pdo

public PDOStatement executePrepared

2025-01-10 15:47:30
Db\Adapter::addIndex
  • References/PHP/Phalcon/Db/Adapter

public addIndex (mixed $tableName, mixed $schemaName,

2025-01-10 15:47:30