Package com.valqueries
Class JdbcHelper
java.lang.Object
com.valqueries.JdbcHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()voidcommit()static Calendarstatic booleanisDebug()<T> List<T>query(OrmStatement statement, IRowMapper<T> rowMapper) voidrollback()static voidsetCalendarTimeZone(TimeZone calendarTimeZone) Deprecated.Do not use this method unless you have a very good reason to do so.static voidsetDebug(boolean debug) <T> Stream<T>streamQuery(OrmStatement statement, IRowMapper<T> rowMapper, boolean autoClose) update(OrmStatement statement) void
- 
Constructor Details- 
JdbcHelper
 
- 
- 
Method Details- 
update
- 
update
- 
query
- 
streamQuerypublic <T> Stream<T> streamQuery(OrmStatement statement, IRowMapper<T> rowMapper, boolean autoClose) 
- 
closepublic void close()
- 
rollbackpublic void rollback()
- 
commitpublic void commit()
- 
isDebugpublic static boolean isDebug()
- 
setDebugpublic static void setDebug(boolean debug) 
- 
setCalendarTimeZoneDeprecated.Do not use this method unless you have a very good reason to do so. In that case, please contact us first, to confirm that it is indeed a very good reason. Note that you have to call it on the very first run when updating past the version that introduced it, before any migrations from that version are ran. Also, once used, it has to be used forever with the same argument.
- 
getCalendar
- 
getDialectType- Returns:
- The dialect type of the current connection
- See Also:
 
 
-