public class SQLStatementOptions extends Object
Constructor and Description |
---|
SQLStatementOptions() |
Modifier and Type | Method and Description |
---|---|
SQLStatementOptions |
closeOnCompletion() |
void |
configureStmt(Statement inStatement) |
Boolean |
getEscapeProcessing() |
Integer |
getFetchDirection() |
Integer |
getFetchSize() |
Integer |
getMaxFieldSize() |
Integer |
getMaxRows() |
Integer |
getQueryTimeout() |
Boolean |
isCloseOnCompletion() |
Boolean |
isPoolable() |
SQLStatementOptions |
setEscapeProcessing(Boolean inValue) |
SQLStatementOptions |
setFetchDirection(Integer inValue) |
SQLStatementOptions |
setFetchSize(Integer inValue) |
SQLStatementOptions |
setMaxFieldSize(Integer inValue) |
SQLStatementOptions |
setMaxRows(Integer inValue) |
SQLStatementOptions |
setPoolable(Boolean inValue) |
SQLStatementOptions |
setQueryTimeout(Integer inValueInSec) |
public SQLStatementOptions()
public Integer getMaxFieldSize()
public SQLStatementOptions setMaxFieldSize(Integer inValue)
public Integer getMaxRows()
public SQLStatementOptions setMaxRows(Integer inValue)
public Boolean getEscapeProcessing()
public SQLStatementOptions setEscapeProcessing(Boolean inValue)
public Integer getQueryTimeout()
public SQLStatementOptions setQueryTimeout(Integer inValueInSec)
public SQLStatementOptions setFetchDirection(Integer inValue)
public Integer getFetchDirection()
public SQLStatementOptions setFetchSize(Integer inValue)
public Integer getFetchSize()
public SQLStatementOptions setPoolable(Boolean inValue)
public Boolean isPoolable()
public SQLStatementOptions closeOnCompletion()
public Boolean isCloseOnCompletion()
public void configureStmt(Statement inStatement) throws SQLException
SQLException