Modifier and Type | Required Element and Description |
---|---|
String |
sql
Procedure name or SQL INSERT statement.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
callable
Is the statement callable (aka a
CallableStatement )? |
ResultCheckStyle |
check
For persistence operation what style of determining results (success/failure) is to be used.
|
public abstract String sql
public abstract boolean callable
CallableStatement
)?public abstract ResultCheckStyle check
Copyright © 2017 JBoss by Red Hat. All rights reserved.