public interface SQLVariants
| Modifier and Type | Method and Description |
|---|---|
String |
actionType() |
String |
castToText() |
String |
currentTimePlusSeconds(int seconds) |
default String |
dateLtEqDiff(String next_activation,
String current_timestamp) |
default String |
forUpdateInnerSelect() |
default org.joda.time.DateTime |
getDateTime(ResultSet rs,
String columnName) |
default Object |
getTimestamp(ResultSet rs,
String columnName) |
boolean |
hasUpdateableCTE() |
boolean |
hasUpdateReturning() |
String |
limit(String query,
long limit) |
int |
longTextType() |
String |
nextActivationUpdate() |
default void |
setDateTime(PreparedStatement ps,
int columnNumber,
org.joda.time.DateTime timestamp) |
default Object |
toTimestampObject(org.joda.time.DateTime timestamp) |
default Object |
tuneTimestampForDb(Object timestamp) |
boolean |
useBatchUpdate() |
String |
workflowStatus() |
String |
workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) |
String currentTimePlusSeconds(int seconds)
boolean hasUpdateReturning()
String workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)
String workflowStatus()
String actionType()
boolean hasUpdateableCTE()
String nextActivationUpdate()
String castToText()
int longTextType()
boolean useBatchUpdate()
default String forUpdateInnerSelect()
default Object getTimestamp(ResultSet rs, String columnName) throws SQLException
SQLExceptiondefault org.joda.time.DateTime getDateTime(ResultSet rs, String columnName) throws SQLException
SQLExceptiondefault void setDateTime(PreparedStatement ps, int columnNumber, org.joda.time.DateTime timestamp) throws SQLException
SQLExceptiondefault Object toTimestampObject(org.joda.time.DateTime timestamp)
Copyright © 2014–2020 Nitor Creations. All rights reserved.