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 boolean
equals(Object o)
String
getEncoding()
Version
getVersion()
int
hashCode()
boolean
hasIntegerDateTimes()
String
toString()
-