@Generated public class QueryOptions extends Object
| Constructor and Description |
|---|
QueryOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalog() |
String |
getMovedToTrashAt() |
Collection<Parameter> |
getParameters() |
String |
getSchema() |
int |
hashCode() |
QueryOptions |
setCatalog(String catalog) |
QueryOptions |
setMovedToTrashAt(String movedToTrashAt) |
QueryOptions |
setParameters(Collection<Parameter> parameters) |
QueryOptions |
setSchema(String schema) |
String |
toString() |
public QueryOptions setCatalog(String catalog)
public String getCatalog()
public QueryOptions setMovedToTrashAt(String movedToTrashAt)
public String getMovedToTrashAt()
public QueryOptions setParameters(Collection<Parameter> parameters)
public Collection<Parameter> getParameters()
public QueryOptions setSchema(String schema)
public String getSchema()
Copyright © 2024. All rights reserved.