Doctrine 1.2 可以处理像几何数据类型这样的自定义数据类型吗?
我想创建包含几何数据类型的表(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.