Doctrine 1.2 可以处理像几何数据类型这样的自定义数据类型吗?

发布于 2024-09-02 23:06:56 字数 221 浏览 0 评论 0原文

我想创建包含几何数据类型的表(Mysql空间延伸)。需要采取哪些步骤来将这些与原则 1.2 对应起来?

知道 Doctrine 1.2 的自定义数据映射的 yaml 映射和相应模态类的代码如何吗?

I want to create tables that contain geometry data types (Mysql spatial extension). which steps are needed to map these with Doctrine 1.2?

Any idea how is the codes of yaml mapping and corresponding modal class for custom data mapping with Doctrine 1.2?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别忘他 2024-09-09 23:06:56

Doctrine 只是一个映射器。如果您的数据库支持,您可以建模任何您想要的东西。但不能保证这将可移植到 Doctrine 支持的所有数据库。

对于基本空间分析,有一个Doctrine可定位扩展

Doctrine is just a mapper. You may model anything you want if your database supports it. But no guarantee this will be portable to all the databases supported by Doctrine.

For basic spatial analysis, there is a Doctrine Locatable extension.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文