Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
R
S
T
V
C
columnSize()
- Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
ResultSetResponse.ListSet
Retrieves the number of columns.
containsField(String)
- Method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetSchemaResponse
Tests the schema to see if a field name exists.
createAndNode(DataSetQueryRequest.QueryNode, DataSetQueryRequest.QueryNode)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node object that connects a pair of subexpressions with a logical AND.
createDateNode(String, String, String, String, String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search all date fields for the supplied date value.
createDateNode(String, String, String, String, String, String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search only the specified field for the supplied date value.
createKeywordNode(String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search all data set fields for the supplied keyword value.
createKeywordNode(String, String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search only the specified field for the supplied keyword value.
createNotNode(DataSetQueryRequest.QueryNode)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that logically negates the supplied subexpression.
createOrNode(DataSetQueryRequest.QueryNode, DataSetQueryRequest.QueryNode)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Create a query node that connects a pair of subexpressions with a logical OR.
createRangeNode(String, String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search all data set fields for values within the supplied inclusive range.
createRangeNode(String, String, String)
- Static method in class gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.
DataSetQueryRequest.QueryNode
Creates a query node that will search only the specified field for values within the supplied inclusive range.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
K
L
M
R
S
T
V