Package com.impossibl.postgres.system
Class ServerInfo
- java.lang.Object
-
- com.impossibl.postgres.system.ServerInfo
-
public class ServerInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerInfo(Version version, String encoding, boolean integerDateTimes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEncoding()VersiongetVersion()inthashCode()booleanhasIntegerDateTimes()StringtoString()
-