Uses of Class
com.impossibl.postgres.system.ServerInfo
-
Packages that use ServerInfo Package Description com.impossibl.postgres.protocol com.impossibl.postgres.system com.impossibl.postgres.system.procs -
-
Uses of ServerInfo in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return ServerInfo Modifier and Type Method Description ServerInfo
ServerConnection. getServerInfo()
-
Uses of ServerInfo in com.impossibl.postgres.system
Methods in com.impossibl.postgres.system that return ServerInfo Modifier and Type Method Description ServerInfo
BasicContext. getServerInfo()
ServerInfo
Context. getServerInfo()
ServerInfo
ServerConnectionInfo. getServerInfo()
Constructors in com.impossibl.postgres.system with parameters of type ServerInfo Constructor Description ServerConnectionInfo(ServerInfo serverInfo, SocketAddress host, String database)
-
Uses of ServerInfo in com.impossibl.postgres.system.procs
Methods in com.impossibl.postgres.system.procs with parameters of type ServerInfo Modifier and Type Method Description <Buffer> Type.Codec.Decoder<Buffer>
ProcProvider. findDecoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
<Buffer> Type.Codec.Decoder<Buffer>
SettingSelectProcProvider. findDecoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
<Buffer> Type.Codec.Decoder<Buffer>
SimpleProcProvider. findDecoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
<Buffer> Type.Codec.Encoder<Buffer>
ProcProvider. findEncoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
<Buffer> Type.Codec.Encoder<Buffer>
SettingSelectProcProvider. findEncoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
<Buffer> Type.Codec.Encoder<Buffer>
SimpleProcProvider. findEncoder(String name, ServerInfo serverInfo, Class<? extends Buffer> bufferType)
Modifiers.Parser
ProcProvider. findModifierParser(String name, ServerInfo serverInfo)
Modifiers.Parser
SettingSelectProcProvider. findModifierParser(String name, ServerInfo serverInfo)
Modifiers.Parser
SimpleProcProvider. findModifierParser(String name, ServerInfo serverInfo)
protected boolean
BaseProcProvider. hasName(String name, String suffix, ServerInfo serverInfo)
Constructors in com.impossibl.postgres.system.procs with parameters of type ServerInfo Constructor Description Procs(ServerInfo serverInfo, ClassLoader classLoader)
Constructor parameters in com.impossibl.postgres.system.procs with type arguments of type ServerInfo Constructor Description SettingSelectProcProvider(Function<ServerInfo,Boolean> check, Type.Codec.Encoder<StringBuilder> enabledTxtEncoder, Type.Codec.Decoder<CharSequence> enabledTxtDecoder, Type.Codec.Encoder<io.netty.buffer.ByteBuf> enabledBinEncoder, Type.Codec.Decoder<io.netty.buffer.ByteBuf> enabledBinDecoder, Type.Codec.Encoder<StringBuilder> disabledTxtEncoder, Type.Codec.Decoder<CharSequence> disabledTxtDecoder, Type.Codec.Encoder<io.netty.buffer.ByteBuf> disabledBinEncoder, Type.Codec.Decoder<io.netty.buffer.ByteBuf> disabledBinDecoder, String... baseNames)
-