TYPO3  7.6
Protected Attributes | List of all members
Oci8Specifics Class Reference
Inheritance diagram for Oci8Specifics:
AbstractSpecifics

Protected Attributes

 $specificProperties
 
- Protected Attributes inherited from AbstractSpecifics
 $specificProperties = array()
 
 $nativeToMetaFieldTypeMap
 
 $nativeToMetaFieldTypeOverrides = array()
 
 $metaToNativeFieldTypeMap
 
 $metaToNativeFieldTypeOverrides = array()
 

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)
 

Detailed Description

This class contains the specifics for Oracle DBMS. Any logic is in AbstractSpecifics.

Definition at line 21 of file Oci8Specifics.php.

Member Data Documentation

$specificProperties
protected
Initial value:
= array(
self::TABLE_MAXLENGTH => 30,
self::FIELD_MAXLENGTH => 30,
self::LIST_MAXEXPRESSIONS => 1000
)

Definition at line 28 of file Oci8Specifics.php.