Deprecated: Return type of Poodle\SQL\Tables::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 210
Deprecated: Return type of Poodle\SQL\Tables::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 211
Deprecated: Return type of Poodle\SQL\Tables::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 212
Deprecated: Return type of Poodle\SQL\Tables::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 213
Deprecated: Return type of Poodle\SQL\Tables::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 216
class Poodle\SQL\TableImplements: Stringable
Methods public __construct ( $name, Poodle\SQL $db ) __toString ( ) analyze ( ) check ( ) count ( $where = '' ) delete ( $where ) insert ( array $array, $id = '' ) insertIgnore ( array $array ) insertPrepared ( array $array, $id = '', $ignore = false ) listColumns ( $full = true ) listForeignKeys ( ) listIndices ( ) listTriggers ( ) optimize ( ) repair ( ) uFetchAll ( array $fields, $where, $type = Poodle\SQL::ASSOC ) uFetchAssoc ( array $fields, $where ) uFetchObject ( array $fields, $where, $class_name = NULL, ?array $params = NULL ) uFetchRow ( array $fields, $where ) update ( array $array, $where ) updatePrepared ( array $array, $where ) upsert ( array $insert_data, array $update_data, array $update_where = array (
) ) upsertPrepared ( array $insert_data, array $update_data, array $update_where = array (
) )
|