diff options
Diffstat (limited to 'framework/Data/TDbConnection.php')
-rw-r--r-- | framework/Data/TDbConnection.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/Data/TDbConnection.php b/framework/Data/TDbConnection.php index e807d618..4a46daa3 100644 --- a/framework/Data/TDbConnection.php +++ b/framework/Data/TDbConnection.php @@ -18,8 +18,6 @@ use Prado\Exceptions\TDbException; use Prado\Prado; use Prado\TPropertyValue; -Prado::using('System.Data.TDbTransaction'); -Prado::using('System.Data.TDbCommand'); /** * TDbConnection class @@ -441,7 +439,6 @@ class TDbConnection extends \Prado\TComponent { if($this->_dbMeta===null) { - Prado::using('System.Data.Common.TDbMetaData'); $this->_dbMeta = TDbMetaData::getInstance($this); } return $this->_dbMeta; |