|
Qizx/db 2.1 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompilationException | |
| com.qizx.api | API of the embeddable version of the Qizx/db database engine. |
| com.qizx.api.util.text | Text-related utility classes, in particular implementations of base indexing Sieves. |
| Uses of CompilationException in com.qizx.api |
| Methods in com.qizx.api that throw CompilationException | |
Expression |
XQuerySession.compileExpression(String xquery)
Creates an executable Expression by compiling a XQuery script. |
Expression |
Library.compileExpression(String xquery)
Creates an executable Expression by compiling a XQuery script. |
void |
Expression.bindVariable(QName varName,
Item value)
Binds a variable to a sequence made of a single item. |
void |
Expression.bindVariable(QName varName,
ItemSequence value)
Binds a variable to a sequence. |
void |
Expression.bindVariable(QName varName,
boolean value)
Binds a variable to a sequence made of a single boolean value. |
void |
Expression.bindVariable(QName varName,
long value,
ItemType type)
Binds a variable to a value obtained by converting a long integer to an Item. |
void |
Expression.bindVariable(QName varName,
double value)
Binds a variable to a sequence made of a single item of type xs:double. |
void |
Expression.bindVariable(QName varName,
float value)
Binds a variable to a sequence made of a single item of type xs:float. |
void |
Expression.bindVariable(QName varName,
Object value,
ItemType type)
Binds a variable to a value obtained by converting a Java object to an Item or a ItemSequence, according to the general Java to XQuery type mapping (see the documentation for details). |
| Uses of CompilationException in com.qizx.api.util.text |
| Methods in com.qizx.api.util.text that throw CompilationException | |
int |
LexicalTokenizer.nextToken()
Moves to next token and returns its category. |
|
© 2008 Axyana Software | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||