public class OracleTextQueryObject extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OracleTextQueryObject.Direction |
static class |
OracleTextQueryObject.ScoreRange |
Modifier and Type | Method and Description |
---|---|
Class |
getDatatypeClass()
Get the data type used for filtering the key/value pairs matching the given
OracleTextQueryObject
|
static OracleTextQueryObject |
getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection)
Creates an OracleTextQueryObject from the specified query body and score settings
|
static OracleTextQueryObject |
getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection,
String key) |
static OracleTextQueryObject |
getInstance(String queryBody,
int score,
OracleTextQueryObject.ScoreRange scoreRange,
OracleTextQueryObject.Direction orderByDirection,
String key,
Class dtClass) |
String |
getKey()
Get the key used for filtering the key/value pairs matching the given
OracleTextQueryObject
|
OracleTextQueryObject.Direction |
getOrderByDirection()
Get the direction order used for the Oracle Text query
|
String |
getQueryBody()
Get the query body representing the value used for filtering the key/value pairs matching the given
OracleTextQueryObject
|
int |
getScore()
Get the score ID used for the Oracle Text query
|
OracleTextQueryObject.ScoreRange |
getScoreRange()
Get the score range used for the Oracle Text query
|
void |
setDatatypeClass(Class dtClass)
Set the data type used for filtering the key/value pairs matching the given
OracleTextQueryObject
|
void |
setKey(String key)
Set the key used for filtering the key/value pairs matching the given
OracleTextQueryObject
|
public Class getDatatypeClass()
public static OracleTextQueryObject getInstance(String queryBody, int score, OracleTextQueryObject.ScoreRange scoreRange, OracleTextQueryObject.Direction orderByDirection)
public static OracleTextQueryObject getInstance(String queryBody, int score, OracleTextQueryObject.ScoreRange scoreRange, OracleTextQueryObject.Direction orderByDirection, String key)
public static OracleTextQueryObject getInstance(String queryBody, int score, OracleTextQueryObject.ScoreRange scoreRange, OracleTextQueryObject.Direction orderByDirection, String key, Class dtClass)
public String getKey()
public OracleTextQueryObject.Direction getOrderByDirection()
public String getQueryBody()
public int getScore()
public OracleTextQueryObject.ScoreRange getScoreRange()
public void setDatatypeClass(Class dtClass)
public void setKey(String key)
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.