Uses of Class
org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
-
Packages that use TimestampUtils.ParsedTimestamp Package Description org.postgresql.jdbc -
-
Uses of TimestampUtils.ParsedTimestamp in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return TimestampUtils.ParsedTimestamp Modifier and Type Method Description private TimestampUtils.ParsedTimestamp
TimestampUtils. parseBackendTimestamp(byte[] s)
Load date/time information into the provided calendar returning the fractional seconds.(package private) TimestampUtils.ParsedTimestamp
TimestampUtils. parseDate(byte[] dateBytes)
-