コード例 #1
0
ファイル: dbstorage.php プロジェクト: JDevelopers/Mail
 /**
  * @param 	string	$pref
  * @param	string	$tableName
  * @param	string	$fieldName
  * @return	bool
  */
 function CreateIndex($pref, $tableName, $fieldName)
 {
     return $this->_connector->Execute($this->_commandCreator->CreateIndex($pref, $tableName, $fieldName));
 }