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 |
forUpdateSkipLocked() |
default org.joda.time.DateTime |
getDateTime(ResultSet rs,
String columnName) |
default Object |
getTimestamp(ResultSet rs,
String columnName) |
boolean |
hasUpdateableCTE() |
default 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() |
default String |
withUpdateSkipLocked() |
String |
workflowStatus() |
String |
workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) |
String currentTimePlusSeconds(int seconds)
default boolean hasUpdateReturning()
String workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)
String workflowStatus()
String actionType()
boolean hasUpdateableCTE()
String nextActivationUpdate()
String castToText()
int longTextType()
boolean useBatchUpdate()
default String forUpdateSkipLocked()
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)
default String withUpdateSkipLocked()
Copyright © 2014–2021 Nitor Creations. All rights reserved.