You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by António Mota <am...@gmail.com> on 2007/03/16 18:51:41 UTC

SDO Xpath with "and" operator

Hello:

I'm not sure if this forum is the right place to ask questions like
this, but i give it a try.

I'm trying to access a SDO thru XPath using a "and" operator, like this

TRFCCAEM[PK_FK_FCEMBL_EBLID=100 and PK_FK_FCCCBL_CBLID=80]

or like this

TRFCCAEM[PK_FK_FCEMBL_EBLID=100] [PK_FK_FCCCBL_CBLID=80]

but can't get anything...

Isn't this suppose to work?

Thanks all.


-- 
Melhores cumprimentos / Best regards
António Santos Mota

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org


Re: SDO Xpath with "and" operator

Posted by Frank Budinsky <fr...@ca.ibm.com>.
SDO only supports a simple subset of full XPath. See section 13 of the 
spec:

 
http://osoa.org/download/attachments/36/Java-SDO-Spec-v2.1.0-FINAL.pdf?version=1

There is ongoing discussion about adding full XPath support in a future 
version of the SDO, but no agreement of how and where yet.

Frank

"António Mota" <am...@gmail.com> wrote on 03/16/2007 01:51:41 PM:

> Hello:
> 
> I'm not sure if this forum is the right place to ask questions like
> this, but i give it a try.
> 
> I'm trying to access a SDO thru XPath using a "and" operator, like this
> 
> TRFCCAEM[PK_FK_FCEMBL_EBLID=100 and PK_FK_FCCCBL_CBLID=80]
> 
> or like this
> 
> TRFCCAEM[PK_FK_FCEMBL_EBLID=100] [PK_FK_FCCCBL_CBLID=80]
> 
> but can't get anything...
> 
> Isn't this suppose to work?
> 
> Thanks all.
> 
> 
> -- 
> Melhores cumprimentos / Best regards
> António Santos Mota
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-user-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-user-help@ws.apache.org