Class SqlUpdateStatement
java.lang.Object
com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement
A builder for producing an database specific sql select statement.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic SqlUpdateStatement.SetClause
builder
(LexoRankEntityDetails entityDetails) int
execute()
int
executeWithTimeout
(int timeoutInSeconds) getSql()
-
Method Details
-
executeWithTimeout
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
getSql
-
builder
-