public class NativeSqlUpsertTerminal extends AbstractStatement<NativeSqlUpsertTerminal,java.lang.Integer>
config, EXECUTE_METHOD, EXECUTE_METHOD_NAME| Constructor and Description |
|---|
NativeSqlUpsertTerminal(Config config,
InsertDeclaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
protected Command<java.lang.Integer> |
createCommand() |
java.lang.Integer |
execute()
Executes the SQL statement.
|
asSql, createCommenter, peekpublic NativeSqlUpsertTerminal(Config config, InsertDeclaration declaration)
public java.lang.Integer execute()
execute in interface Statement<java.lang.Integer>execute in class AbstractStatement<NativeSqlUpsertTerminal,java.lang.Integer>UniqueConstraintException - if an unique constraint is violatedJdbcException - if a JDBC related error occursprotected Command<java.lang.Integer> createCommand()
createCommand in class AbstractStatement<NativeSqlUpsertTerminal,java.lang.Integer>