Uses of Class
com.impossibl.postgres.system.SystemSettings.ProtocolIOMode
-
Packages that use SystemSettings.ProtocolIOMode Package Description com.impossibl.postgres.system -
-
Uses of SystemSettings.ProtocolIOMode in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system with type parameters of type SystemSettings.ProtocolIOMode Modifier and Type Field Description static Setting<SystemSettings.ProtocolIOMode>
SystemSettings. PROTOCOL_IO_MODE
Methods in com.impossibl.postgres.system that return SystemSettings.ProtocolIOMode Modifier and Type Method Description static SystemSettings.ProtocolIOMode
SystemSettings.ProtocolIOMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemSettings.ProtocolIOMode[]
SystemSettings.ProtocolIOMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-