Package org.postgresql.jdbc
Class PostgresJDBCDriverReusedTimestampUtils
java.lang.Object
org.postgresql.jdbc.TimestampUtils
org.postgresql.jdbc.PostgresJDBCDriverReusedTimestampUtils
public class PostgresJDBCDriverReusedTimestampUtils
extends org.postgresql.jdbc.TimestampUtils
Helper class to reuse TimestampUtils from the postgres jdbc-driver. Must be placed in org.postgresql.jdbc2 package
because of package based constructor
- Author:
- wolters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.postgresql.jdbc.TimestampUtils
convertToDate, convertToTime, getSharedCalendar, hasFastDefaultTimeZone, parseBackendTimeZone, timeToString, toBinDate, toDate, toDate, toDateBin, toLocalDate, toLocalDateBin, toLocalDateTime, toLocalDateTime, toLocalDateTimeBin, toLocalTime, toLocalTimeBin, toOffsetDateTime, toOffsetDateTime, toOffsetDateTime, toOffsetDateTimeBin, toOffsetTime, toOffsetTime, toOffsetTimeBin, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toStringOffsetDateTime, toStringOffsetTimeBin, toTime, toTime, toTimeBin, toTimestamp, toTimestamp, toTimestampBin, withClientOffsetSameInstant, withClientOffsetSameInstant
-
Constructor Details
-
PostgresJDBCDriverReusedTimestampUtils
public PostgresJDBCDriverReusedTimestampUtils()
-