39 public function escape($value, $escape_wildcards =
false);
121 public function prepare(
$query, $types = null, $result_types = null);
getDBVersion()
returns the Version of the Database (e.g.
getServerVersion($native=false)
const MYSQL_COLLATION_UTF8MB4
Interface ilDBPdoInterface.
migrateAllTablesToEngine($engine=ilDBConstants::MYSQL_ENGINE_INNODB)
fromUnixtime($expr, $to_text=true)
queryCol($query, $type=ilDBConstants::FETCHMODE_DEFAULT, $colnum=0)
queryRow($query, $types=null, $fetchmode=ilDBConstants::FETCHMODE_DEFAULT)
escape($value, $escape_wildcards=false)
const MYSQL_ENGINE_INNODB
executeMultiple($stmt, $data)
supportsCollationMigration()
uniqueConstraintExists($table, array $fields)
prepare($query, $types=null, $result_types=null)
addUniqueConstraint($table, $fields, $name="con")
supportsEngineMigration()
autoExecute($tablename, $fields, $mode=ilDBConstants::AUTOQUERY_INSERT, $where=false)
Generate an insert, update or delete query and call prepare() and execute() on it.
dropUniqueConstraintByFields($table, $fields)
dropUniqueConstraint($table, $name="con")
dropPrimaryKey($table_name)
migrateAllTablesToCollation($collation=ilDBConstants::MYSQL_COLLATION_UTF8MB4)