public class DaoUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DaoUtil.ColumnNamesExtractor |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
getInt(ResultSet rs,
String columnLabel) |
static Long |
getLong(ResultSet rs,
String columnLabel) |
static org.joda.time.DateTime |
toDateTime(Timestamp time) |
static Timestamp |
toTimestamp(org.joda.time.base.BaseDateTime time) |
public static Timestamp toTimestamp(org.joda.time.base.BaseDateTime time)
public static org.joda.time.DateTime toDateTime(Timestamp time)
public static Integer getInt(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionpublic static Long getLong(ResultSet rs, String columnLabel) throws SQLException
SQLExceptionCopyright © 2014–2020 Nitor Creations. All rights reserved.