public class CustomSQL extends Object
| Constructor and Description |
|---|
CustomSQL(String sql,
boolean callable,
ExecuteUpdateResultCheckStyle checkStyle) |
| Modifier and Type | Method and Description |
|---|---|
ExecuteUpdateResultCheckStyle |
getCheckStyle() |
String |
getSql() |
boolean |
isCallable() |
public CustomSQL(String sql, boolean callable, ExecuteUpdateResultCheckStyle checkStyle)
public String getSql()
public boolean isCallable()
public ExecuteUpdateResultCheckStyle getCheckStyle()
Copyright © 2018. All rights reserved.