开发者

Is there any library for T-SQL to turn it object oriented?

开发者 https://www.devze.com 2022-12-11 13:01 出处:网络
Microsoft Ajax Library has added full object orientation to JavaScript. Is there any library, framework, component, package, etc equivalent for T-SQL? It would be very nice to write object oriented SQ

Microsoft Ajax Library has added full object orientation to JavaScript. Is there any library, framework, component, package, etc equivalent for T-SQL? It would be very nice to write object oriented SQL scripts in MS SQL Server.

Cheers, a开发者_运维问答fsharm


SQL Server, like other RDBMSs, doesn't come in an object flavor. Sorry.

These days this problem is solved on the application end through the use of ORM (object-relational mapping) frameworks. Options depend on what development platform you're using. For .NET, take a look at Microsoft's Entity Framework and SubSonic.


Closest thing I can think of is SQL CLR.

Otherwise there is no OO scripting support in MSSQL.


LINQ - kind of...

0

精彩评论

暂无评论...
验证码 换一张
取 消