TYPO3  7.6
List of all members
NullSpecifics Class Reference
Inheritance diagram for NullSpecifics:
AbstractSpecifics

Additional Inherited Members

- Public Member Functions inherited from AbstractSpecifics
 __construct ()
 
 specificExists ($specific)
 
 getSpecific ($specific)
 
 splitMaxExpressions ($expressionList, $preserveArrayKeys=false)
 
 truncateIdentifier ($identifier, $specific)
 
 transformQueryParts (&$select_fields, &$from_table, &$where_clause, &$groupBy= '', &$orderBy= '', &$limit= '')
 
 transformFieldRowToMySQL ($fieldRow, $metaType)
 
 getNativeFieldType ($metaType)
 
 getMetaFieldType ($nativeType)
 
 getNativeFieldLength ($mysqlType, $maxLength)
 
- Public Attributes inherited from AbstractSpecifics
const TABLE_MAXLENGTH = 'table_maxlength'
 
const FIELD_MAXLENGTH = 'field_maxlength'
 
const LIST_MAXEXPRESSIONS = 'list_maxexpressions'
 
const PARTIAL_STRING_INDEX = 'partial_string_index'
 
const CAST_FIND_IN_SET = 'cast_find_in_set'
 
- Protected Member Functions inherited from AbstractSpecifics
 getNativeNotNull ($notNull)
 
 getNativeDefaultValue ($fieldDefinition)
 
 getNativeKeyForField ($fieldRow)
 
 getNativeExtraFieldAttributes ($fieldRow)
 
- Protected Attributes inherited from AbstractSpecifics
 $specificProperties = array()
 
 $nativeToMetaFieldTypeMap
 
 $nativeToMetaFieldTypeOverrides = array()
 
 $metaToNativeFieldTypeMap
 
 $metaToNativeFieldTypeOverrides = array()
 

Detailed Description

This class contains a null driver for specifics used by any DBMS that does not have its own requirements. Any logic is in AbstractSpecifics.

Definition at line 22 of file NullSpecifics.php.