public class QuerySettings extends Object
| Constructor and Description |
|---|
QuerySettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyInto(QuerySettings other) |
Integer |
getFetchSize() |
Integer |
getMaxRows() |
int |
getQueryTimeout() |
TimeUnit |
getQueryTimeoutUnit() |
public void copyInto(QuerySettings other)
public int getQueryTimeout()
public TimeUnit getQueryTimeoutUnit()
public Integer getFetchSize()
public Integer getMaxRows()
Copyright © 2021. All rights reserved.