
Static Public Member Functions | |
| static | select () |
| |
| static | insert () |
| |
| static | update ($table=null) |
| |
| static | delete () |
| |
| static | truncate ($whom=null) |
| |
| static | createTable (DBTable $table) |
| |
| static | dropTable ($name, $cascade=false) |
| |
Definition at line 20 of file OSQL.class.php.
| static OSQL::select | ( | ) | [static] |
Definition at line 25 of file OSQL.class.php.
Referenced by ProtoDAO::fetchCollections(), GenericDAO::makeSelectHead(), and Criteria::toSelectQuery().
| static OSQL::insert | ( | ) | [static] |
Definition at line 33 of file OSQL.class.php.
Referenced by StorableDAO::add(), StorableDAO::import(), and ManyToManyLinkedWorker::makeInsertQuery().
| static OSQL::update | ( | $ | table = null |
) | [static] |
Definition at line 41 of file OSQL.class.php.
Referenced by StorableDAO::save().
| static OSQL::delete | ( | ) | [static] |
Definition at line 49 of file OSQL.class.php.
Referenced by OneToManyLinkedLazy::$insert(), OneToManyLinkedFull::$insert(), NullDaoWorker::dropById(), BaseDaoWorker::dropById(), NullDaoWorker::dropByIds(), and BaseDaoWorker::dropByIds().
| static OSQL::truncate | ( | $ | whom = null |
) | [static] |
| static OSQL::createTable | ( | DBTable $ | table | ) | [static] |
Definition at line 65 of file OSQL.class.php.
Referenced by DBTable::toDialectString().
| static OSQL::dropTable | ( | $ | name, | |
| $ | cascade = false | |||
| ) | [static] |
1.5.4