summaryrefslogtreecommitdiff
path: root/framework/Data/Common/Sqlite/TSqliteTableInfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/Common/Sqlite/TSqliteTableInfo.php')
-rw-r--r--framework/Data/Common/Sqlite/TSqliteTableInfo.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Data/Common/Sqlite/TSqliteTableInfo.php b/framework/Data/Common/Sqlite/TSqliteTableInfo.php
index f08c8229..f0143810 100644
--- a/framework/Data/Common/Sqlite/TSqliteTableInfo.php
+++ b/framework/Data/Common/Sqlite/TSqliteTableInfo.php
@@ -14,6 +14,9 @@ namespace Prado\Data\Common\Sqlite;
/**
* Loads the base TDbTableInfo class and TSqliteTableColumn class.
*/
+use Prado\Data\Common\TDbTableInfo;
+use Prado\Prado;
+
Prado::using('System.Data.Common.TDbTableInfo');
Prado::using('System.Data.Common.Sqlite.TSqliteTableColumn');