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(java.lang.String str)
Load date/time information into the provided calendar returning the fractional seconds.
-