Class MariadbConnectionConfiguration


  • public final class MariadbConnectionConfiguration
    extends Object
    • Method Detail

      • getIsolationLevel

        public io.r2dbc.spi.IsolationLevel getIsolationLevel()
      • getConnectTimeout

        @Nullable
        public Duration getConnectTimeout()
      • getDatabase

        @Nullable
        public String getDatabase()
      • getHaMode

        public HaMode getHaMode()
      • getConnectionAttributes

        @Nullable
        public Map<String,​String> getConnectionAttributes()
      • getSessionVariables

        @Nullable
        public Map<String,​String> getSessionVariables()
      • getPort

        public int getPort()
      • getSocket

        @Nullable
        public String getSocket()
      • getUsername

        public String getUsername()
      • allowMultiQueries

        public boolean allowMultiQueries()
      • allowPipelining

        public boolean allowPipelining()
      • getSslConfig

        public SslConfig getSslConfig()
      • getRsaPublicKey

        public String getRsaPublicKey()
      • getCachingRsaPublicKey

        public String getCachingRsaPublicKey()
      • allowPublicKeyRetrieval

        public boolean allowPublicKeyRetrieval()
      • useServerPrepStmts

        public boolean useServerPrepStmts()
      • autocommit

        public boolean autocommit()
      • tinyInt1isBit

        public boolean tinyInt1isBit()
      • getPrepareCacheSize

        public int getPrepareCacheSize()
      • isTcpKeepAlive

        public boolean isTcpKeepAlive()
      • isTcpAbortiveClose

        public boolean isTcpAbortiveClose()
      • isTransactionReplay

        public boolean isTransactionReplay()
      • getRestrictedAuth

        public String[] getRestrictedAuth()
      • loopResources

        public reactor.netty.resources.LoopResources loopResources()