-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DelQuery.DelQueryProvider
A provider toDelQuery
, this provider converts text intoDeleteQuery
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description List<QueryValue<?>>
getKeys()
The keys to being removed from the querystatic DelQuery.DelQueryProvider
getProvider()
Returns theDelQuery.DelQueryProvider
instancestatic DelQuery
parse(String query)
Obtains an instance ofDelQuery
from a text string.
-
-
-
Method Detail
-
getKeys
List<QueryValue<?>> getKeys()
The keys to being removed from the query- Returns:
- the keys
-
parse
static DelQuery parse(String query)
Obtains an instance ofDelQuery
from a text string.- Parameters:
query
- the query- Returns:
DelQuery
instance- Throws:
NullPointerException
- when the query is nullQuerySyntaxException
- if the text cannot be parsedProviderNotFoundException
- when the provider is not found
-
getProvider
static DelQuery.DelQueryProvider getProvider()
Returns theDelQuery.DelQueryProvider
instance- Returns:
- the DelQueryProvider instance
- Throws:
ProviderNotFoundException
- when the provider is not found
-
-