| Sgss_Collection_Pdo_Table | Represents a table in database |
int |
count ()
|
Sgss_Collection_TableRow_Interface |
getRow (mixed $row)
Returns the retrieved or prepared row object associated with the specified identifier in this table |
boolean |
hasAllRows (array|object $t)
Determines this table has all the rows associated with the identifiers inside the specified object |
boolean |
isRowEmpty ()
Determines whether this table contains no rows |
boolean |
offsetExists (mixed $offset)
|
mixed |
offsetGet (mixed $offset)
|
mixed |
offsetSet (mixed $offset, mixed $value)
|
void |
offsetUnset (mixed $offset)
|
boolean |
removeAllRows (array|object $t)
Removes all the rows associated with the identifiers inside the specified object from this table |
mixed |
__get (mixed $name)
|
boolean |
__isset (mixed $name)
|
void |
__unset (mixed $name)
|
public int count ()
Returns the retrieved or prepared row object associated with the specified identifier in this table
mixed $row
Identifier with which the row is associated
Returns the retrieved or prepared row object associated with the specified identifier in this table
public Sgss_Collection_TableRow_Interface getRow (mixed $row)
Determines this table has all the rows associated with the identifiers inside the specified object
array|object $t
Object containing identifiers with which the rows to determine are associated
When the specified object is untraversable
Determines this table has all the rows associated with the identifiers inside the specified object
public boolean hasAllRows (array|object $t)
Determines whether this table contains no rows
Determines whether this table contains no rows
public boolean isRowEmpty ()
mixed $offset
public boolean offsetExists (mixed $offset)
mixed $offset
public mixed offsetGet (mixed $offset)
mixed $offset
mixed $value
public mixed offsetSet (mixed $offset, mixed $value)
mixed $offset
public void offsetUnset (mixed $offset)
Removes all the rows associated with the identifiers inside the specified object from this table
array|object $t
Object containing identifiers with which the rows to be removed are associated
When the specified object is untraversable
Removes all the rows associated with the identifiers inside the specified object from this table
public boolean removeAllRows (array|object $t)
mixed $name
public mixed __get (mixed $name)
mixed $name
public boolean __isset (mixed $name)
mixed $name
public void __unset (mixed $name)