MySQL在Java中获取函数 - 启示请 [英] MySQL Gets Functions in Java - Enlightenment Please

查看:51
本文介绍了MySQL在Java中获取函数 - 启示请的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人比我聪明一点(这意味着几乎所有人在这个名单上都是b $ b)告诉我这是什么意思/好处

好​​吗?

http://developers.slashdot.org/devel...id=156&tid=198


干杯


T.


-------------------- -------(广播结束)---------------------------

提示2:您可以使用取消注册命令一次性取消所有列表

(发送取消注册YourEmailAddressHere到 ma *******@postgresql.org

Can someone a little more clever than I (which means just about anyone
on this list) tell me what the implications/benefits are of this are
please?

http://developers.slashdot.org/devel...id=156&tid=198

Cheers

T.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

推荐答案

这意味着你可以创建存储过程/驻留在
中的函数用java编写的数据库(而不是本机SQL

programmi ng语言。


你为什么要这个?如果你比目前支持的程序语言更熟悉java,那么这就意味着你不需要b $ b必须要掌握另一个编程语言。


这将是一个很高兴的语言。对于Postgres而言 - 我相信它现在支持PL / pgSQL,PL / Tcl,PL / Perl和PL / Python。


Oracle也是提供了在java中编写存储过程的能力。


这很有趣,即使我一直在java编程,我仍然写我的

SQL编程语言(PL / pgSQL)中的过程。即使Postgres可以使用java

语言,我也不确定是否会使用它...


John Sidney-Woollett

托尼(Unihost)说:
It means that you can create stored procedures/functions which reside in
the database that are written in java (as opposed to the native SQL
programming language).

Why would you want this? If you were more familiar with java than any of
the currently supported procedural languages, then it means that you don''t
necessarily have to get to grips with another programming language.

This would be a "nice to have" for Postgres too - I believe that it
supports PL/pgSQL, PL/Tcl, PL/Perl, and PL/Python at present.

Oracle also offers the ability to write stored procedures in java.

It''s funny, even though I program in java all the time, I still write my
procedures in the SQL programming language (PL/pgSQL). Even if the java
language were available for Postgres, I''m not sure I would use it...

John Sidney-Woollett

Tony (Unihost) said:
有人比我更聪明一点(这意味着这个名单上的任何人)告诉我这意味着什么/好处是这个吗?

http://developers.slashdot.org/devel...id=156&tid=198

干杯

T.

-------------------- -------(播出结束)---------------------------
提示2:你可以下车使用取消注册命令一次性列出所有列表
(将取消注册YourEmailAddressHere发送到 ma ******* @ postgresql.org
Can someone a little more clever than I (which means just about anyone
on this list) tell me what the implications/benefits are of this are
please?

http://developers.slashdot.org/devel...id=156&tid=198

Cheers

T.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)



---------------------------(end of BRO adcast)---------------------------

提示4:不要'杀'-9' 'postmaster


---------------------------(end of broadcast)---------------------------
TIP 4: Don''t ''kill -9'' the postmaster


这是否包含Java的所有功能?对象,多态,

继承,还是只是一个子集?


T.

John Sidney-Woollett写道:
Does this include ALL the functionality of Java? Objects, Polymorphism,
Inheritance, or is it just a subset?

T.
John Sidney-Woollett wrote:
这意味着您可以创建驻留在用java编写的数据库中的存储过程/函数(而不是本机SQL
编程语言)。

为什么要这个?如果你比任何目前支持的程序语言更熟悉java,那么这意味着你不必一定要掌握另一种编程语言。

Oracle还提供了编写存储过程的能力java。

这很有趣,即使我一直在java编程,我仍然用SQL编程语言(PL / pgSQL)编写我的
程序。即使Postgres提供了java
语言,我也不确定是否会使用它......

John Sidney-Woollett

Tony(Unihost) )说:

It means that you can create stored procedures/functions which reside in
the database that are written in java (as opposed to the native SQL
programming language).

Why would you want this? If you were more familiar with java than any of
the currently supported procedural languages, then it means that you don''t
necessarily have to get to grips with another programming language.

This would be a "nice to have" for Postgres too - I believe that it
supports PL/pgSQL, PL/Tcl, PL/Perl, and PL/Python at present.

Oracle also offers the ability to write stored procedures in java.

It''s funny, even though I program in java all the time, I still write my
procedures in the SQL programming language (PL/pgSQL). Even if the java
language were available for Postgres, I''m not sure I would use it...

John Sidney-Woollett

Tony (Unihost) said:

有人比我更聪明一点(这个名单上的任何人都是这个),请告诉我其中的含义/好处是什么请问

http://developers.slashdot.org/devel...id=156&tid=198

干杯

T.

------------------------ ---(广播结束)---------------------------
提示2:你可以立刻下车所有名单使用取消注册命令
(发送取消注册YourEmailAddressHere到 ma ******* @ postgresql.org
Can someone a little more clever than I (which means just about anyone
on this list) tell me what the implications/benefits are of this are
please?

http://developers.slashdot.org/devel...id=156&tid=198

Cheers

T.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)



---------------------------(...结束广播) - - ------------------------
提示4:不要杀了-9''邮政局长


---------------------------(end of broadcast)---------------------------
TIP 4: Don''t ''kill -9'' the postmaster






很抱歉,但我不知道会支持什么。也许其他人可以提供更多信息。


这是来自Oracle的文档,详细说明了他们的java存储过程支持:

< a rel =nofollowhref =http://otn.oracle.com/tech/java/jroadmap/jsproc/listing.htm#998299\"target =_ blank> http://otn.oracle.com/tech /java/jroa...ing.htm#998299

希望有所帮助。


John


Tony(Unihost)说:
Sorry but I don''t know what would be supported. Perhaps someone else can
provide more info.

Here is a document from Oracle detailing their java stored procedure support:

http://otn.oracle.com/tech/java/jroa...ing.htm#998299

Hope that helps.

John

Tony (Unihost) said:
这是否包括Java的所有功能?对象,多态,
继承,还是只是一个子集?


John Sidney-Woollett写道:
Does this include ALL the functionality of Java? Objects, Polymorphism,
Inheritance, or is it just a subset?

T.
John Sidney-Woollett wrote:
这意味着您可以创建驻留在用java编写的数据库中的存储过程/函数(而不是本机SQL
编程语言)。

你为什么要这个?如果您比任何当前支持的过程语言更熟悉java,那么这意味着您不必必须掌握另一种编程语言。

这将是一个很高兴。对于Postgres而言 - 我相信它目前支持PL / pgSQL,PL / Tcl,PL / Perl和PL / Python。

Oracle还提供了编写存储过程的能力java。

这很有趣,即使我一直在java编程,我仍然用SQL编程语言(PL / pgSQL)编写我的
程序。即使Postgres提供了java
语言,我也不确定是否会使用它......

John Sidney-Woollett

Tony(Unihost) )说:

It means that you can create stored procedures/functions which reside in
the database that are written in java (as opposed to the native SQL
programming language).

Why would you want this? If you were more familiar with java than any of
the currently supported procedural languages, then it means that you
don''t
necessarily have to get to grips with another programming language.

This would be a "nice to have" for Postgres too - I believe that it
supports PL/pgSQL, PL/Tcl, PL/Perl, and PL/Python at present.

Oracle also offers the ability to write stored procedures in java.

It''s funny, even though I program in java all the time, I still write my
procedures in the SQL programming language (PL/pgSQL). Even if the java
language were available for Postgres, I''m not sure I would use it...

John Sidney-Woollett

Tony (Unihost) said:

有人比我更聪明一点(这个名单上的任何人都是这个),请告诉我其中的含义/好处是什么请问

http://developers.slashdot.org/devel...id=156&tid=198

干杯

T.

------------------------ ---(广播结束)---------------------------
提示2:你可以立刻下车所有名单使用取消注册命令
(发送取消注册YourEmailAddressHere到 ma ******* @ postgresql.org
Can someone a little more clever than I (which means just about anyone
on this list) tell me what the implications/benefits are of this are
please?

http://developers.slashdot.org/devel...id=156&tid=198

Cheers

T.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)



---------------------------(...结束广播) - - ------------------------
提示4:不要杀了-9''邮政局长


---------------------------(end of broadcast)---------------------------
TIP 4: Don''t ''kill -9'' the postmaster



---------------------------(播出结束)---- -----------------------

提示9:如果您的

加入列的数据类型不匹配


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column''s datatypes do not match


这篇关于MySQL在Java中获取函数 - 启示请的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆