Aprial 9th Monday (四月 九日 月曜日)

前端之家收集整理的这篇文章主要介绍了Aprial 9th Monday (四月 九日 月曜日)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Today I created a abstract layer for accessing a database in PHP. This class includes such operator
as "connect","disconnect","executeQuery",and so forth. My purpose is to provide a uniform interface
of accessing database. So,I created two sub classes of that class. One is to access MysqL database.
Another is to access Postgresql database.

To seek a property sub classes I created a special class to adapt a sub class in according to a argument.That is a factory class,in acutal fact,it is a adaptation.

原文链接:https://www.f2er.com/postgresql/197467.html

猜你在找的Postgre SQL相关文章