
Public Member Functions | |
| hasTruncate () | |
| hasMultipleTruncate () | |
| preAutoincrement (DBColumn $column) | |
| postAutoincrement (DBColumn $column) | |
| fullTextSearch ($fields, $words, $logic) | |
Static Public Member Functions | |
| static | me () |
| |
| static | quoteValue ($value) |
| static | quoteField ($field) |
| static | quoteTable ($table) |
| static | dropTableMode ($cascade=false) |
| static | timeZone ($exist=false) |
Public Attributes | |
| const | IN_BOOLEAN_MODE = 1 |
Static Private Member Functions | |
| static | prepareFullText ($words, $logic) |
Definition at line 21 of file MyDialect.class.php.
| static MyDialect::me | ( | ) | [static] |
Implements Instantiatable.
Definition at line 28 of file MyDialect.class.php.
References Singleton::getInstance().
Referenced by MySQLim::getDialect(), and MySQL::getDialect().

| static MyDialect::quoteValue | ( | $ | value | ) | [static] |
Reimplemented from Dialect.
Reimplemented in MyImprovedDialect.
Definition at line 33 of file MyDialect.class.php.
| static MyDialect::quoteField | ( | $ | field | ) | [static] |
| static MyDialect::quoteTable | ( | $ | table | ) | [static] |
| static MyDialect::dropTableMode | ( | $ | cascade = false |
) | [static] |
| static MyDialect::timeZone | ( | $ | exist = false |
) | [static] |
| MyDialect::hasTruncate | ( | ) |
| MyDialect::hasMultipleTruncate | ( | ) |
| MyDialect::preAutoincrement | ( | DBColumn $ | column | ) |
Reimplemented from Dialect.
Definition at line 81 of file MyDialect.class.php.
References DBColumn::setDefault().

| MyDialect::postAutoincrement | ( | DBColumn $ | column | ) |
| MyDialect::fullTextSearch | ( | $ | fields, | |
| $ | words, | |||
| $ | logic | |||
| ) |
Reimplemented from Dialect.
Definition at line 93 of file MyDialect.class.php.
References Dialect::fieldToString().

| static MyDialect::prepareFullText | ( | $ | words, | |
| $ | logic | |||
| ) | [static, private] |
Definition at line 109 of file MyDialect.class.php.
| const MyDialect::IN_BOOLEAN_MODE = 1 |
Definition at line 23 of file MyDialect.class.php.
1.5.4