public function chequear($detallado = false) { $estado = parent::chequear(); if ($estado && $detallado) { $this->getPackageSql(); } return $this->getEstado(); }
public function __construct(DBConnection $conn, $packageName, $parentConfigKey, $remote = false) { parent::__construct($conn, $packageName, $parentConfigKey, $remote); $this->objectType = 'PACKAGE BODY'; }
public function __toString() { return parent::__toString() . '~ssh:' . $this->args['ssh-server']; }
public function __construct(DBConnection $conn, $functionName, $configKey, $remote = false) { parent::__construct($conn, $functionName, $configKey, $remote); $this->objectType = 'PROCEDURE'; }