TYPO3 CMS  TYPO3_6-2
Oci8.php
Go to the documentation of this file.
1 <?php
3 
21 class Oci8 extends AbstractSpecifics {
27  protected $specificProperties = array(
28  self::TABLE_MAXLENGTH => 30,
29  self::FIELD_MAXLENGTH => 30,
30  self::LIST_MAXEXPRESSIONS => 1000
31  );
32 }