Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
Yes, but your code has to be aware of the abstract schema database 
mapping, which is kind of like hand coding security checks into your 
code; you can do it but you want to avoid it if you can.

-dain

On Tuesday, December 3, 2002, at 03:48 PM, Glenn Lewis wrote:


Though it can be done without EJB-QL ... at the moment we call a 
database function from a standard SQL call.

--
Glenn

Dain Sundstrom wrote:
No.  I'm considering adding it in 4.0.  I am thinking something like 
this.
stringFunction(name, arg1, arg2, ..., argN)
There would be a function wrapper for each EJB-QL type.  This would 
allow new functions to easily plug in to the strongly typed EJB-QL.  
Again, I'm just considering this.
-dain
On Tuesday, December 3, 2002, at 03:37 AM, Matthew Hixson wrote:
Does JBoss support defining custom functions that map to functions 
defined in the database for extending EJB-QL?
  Thanks,
   -M@



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. 
Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. 
Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Glenn Lewis

Though it can be done without EJB-QL ... at the moment we call a 
database function from a standard SQL call.

--
Glenn

Dain Sundstrom wrote:
No.  I'm considering adding it in 4.0.  I am thinking something like this.

stringFunction(name, arg1, arg2, ..., argN)

There would be a function wrapper for each EJB-QL type.  This would 
allow new functions to easily plug in to the strongly typed EJB-QL.  
Again, I'm just considering this.

-dain

On Tuesday, December 3, 2002, at 03:37 AM, Matthew Hixson wrote:

Does JBoss support defining custom functions that map to functions 
defined in the database for extending EJB-QL?
  Thanks,
   -M@



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. Try 
a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user






---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
No, it is in the for pay docs... but the list is short.  In addition to 
the EJB-QL (2.0 spec) standard functions we support LCASE and UCASE.

-dain

On Tuesday, December 3, 2002, at 12:32 PM, Matthew Hixson wrote:

Is there a list online of all of the EJB-QL functions that are already 
built into JBoss?
  Thanks,
   -M@

On Tuesday, December 3, 2002, at 09:22 AM, Dain Sundstrom wrote:

No.  I'm considering adding it in 4.0.  I am thinking something like 
this.

stringFunction(name, arg1, arg2, ..., argN)

There would be a function wrapper for each EJB-QL type.  This would 
allow new functions to easily plug in to the strongly typed EJB-QL.  
Again, I'm just considering this.

-dain

On Tuesday, December 3, 2002, at 03:37 AM, Matthew Hixson wrote:

Does JBoss support defining custom functions that map to functions 
defined in the database for extending EJB-QL?
  Thanks,
   -M@



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. 
Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. 
Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Matthew Hixson
Is there a list online of all of the EJB-QL functions that are already 
built into JBoss?
  Thanks,
   -M@

On Tuesday, December 3, 2002, at 09:22 AM, Dain Sundstrom wrote:

No.  I'm considering adding it in 4.0.  I am thinking something like 
this.

stringFunction(name, arg1, arg2, ..., argN)

There would be a function wrapper for each EJB-QL type.  This would 
allow new functions to easily plug in to the strongly typed EJB-QL.  
Again, I'm just considering this.

-dain

On Tuesday, December 3, 2002, at 03:37 AM, Matthew Hixson wrote:

Does JBoss support defining custom functions that map to functions 
defined in the database for extending EJB-QL?
  Thanks,
   -M@



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your productivity. 
Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user




---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] custom function extensions to EJB-QL?

2002-12-03 Thread Dain Sundstrom
No.  I'm considering adding it in 4.0.  I am thinking something like 
this.

stringFunction(name, arg1, arg2, ..., argN)

There would be a function wrapper for each EJB-QL type.  This would 
allow new functions to easily plug in to the strongly typed EJB-QL.  
Again, I'm just considering this.

-dain

On Tuesday, December 3, 2002, at 03:37 AM, Matthew Hixson wrote:

Does JBoss support defining custom functions that map to functions 
defined in the database for extending EJB-QL?
  Thanks,
   -M@



---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user