Package org.postgresql.jdbc
Class PostgresJDBCDriverReusedTimestampUtils
- java.lang.Object
-
- org.postgresql.jdbc.TimestampUtils
-
- org.postgresql.jdbc.PostgresJDBCDriverReusedTimestampUtils
-
public class PostgresJDBCDriverReusedTimestampUtils extends org.postgresql.jdbc.TimestampUtilsHelper 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 Constructor Description PostgresJDBCDriverReusedTimestampUtils()
-
Method Summary
-
Methods inherited from class org.postgresql.jdbc.TimestampUtils
convertToDate, convertToTime, getSharedCalendar, hasFastDefaultTimeZone, parseBackendTimeZone, timeToString, toBinDate, toDate, toDateBin, toLocalDateTime, toLocalDateTimeBin, toLocalTime, toLocalTimeBin, toOffsetDateTime, toOffsetDateTime, toOffsetDateTimeBin, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toTime, toTimeBin, toTimestamp, toTimestampBin
-
-