/** * @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)); }