PgConnectOptions

Extends \io\vertx\jphp\sqlclient\SqlConnectOptions

Connect options for configuring @see \io\vertx\jphp\sqlclient\SqlConnection or @see \io\vertx\jphp\sqlclient\Pool.

package

Default

Methods

NetworkOptions constructor

__construct( $networkOptions = null) 
inherited

Arguments

$networkOptions

mixed | null

addCrlPath

addCrlPath( $crlPaths) : $this
inherited

Arguments

$crlPaths

string

Response

$this

addCrlValue

addCrlValue( $crlValues) : $this
inherited

Arguments

$crlValues

Buffer

Response

$this

addEnabledCipherSuite

addEnabledCipherSuite( $enabledCipherSuites) : $this
inherited

Arguments

$enabledCipherSuites

string

Response

$this

addEnabledSecureTransportProtocol

addEnabledSecureTransportProtocol( $enabledSecureTransportProtocols) : $this
inherited

Arguments

$enabledSecureTransportProtocols

string

Response

$this

addProperty

addProperty( $key,  $value) : $this
inherited

Arguments

$key

String

$value

String

Response

$this

getCachePreparedStatements

getCachePreparedStatements() : boolean
inherited

Response

boolean

getConnectTimeout

getConnectTimeout() : integer
inherited

Response

integer

getCrlPaths

getCrlPaths() : array
inherited

Response

array

getCrlValues

getCrlValues() : array
inherited

Response

array

getDatabase

getDatabase() : string
inherited

Response

string

getEnabledCipherSuites

getEnabledCipherSuites() : array
inherited

Response

array

getEnabledSecureTransportProtocols

getEnabledSecureTransportProtocols() : array
inherited

Response

array

getHost

getHost() : string
inherited

Response

string

getHostnameVerificationAlgorithm

getHostnameVerificationAlgorithm() : string
inherited

Response

string

getIdleTimeout

getIdleTimeout() : integer
inherited

Response

integer

getIdleTimeoutUnit

getIdleTimeoutUnit() : string
inherited

Response

string

getJdkSslEngineOptions

getJdkSslEngineOptions() : \io\vertx\jphp\core\net\JdkSSLEngineOptions
inherited

getKeyStoreOptions

getKeyStoreOptions() : \io\vertx\jphp\core\net\JksOptions
inherited

getLocalAddress

getLocalAddress() : string
inherited

Response

string

getLogActivity

getLogActivity() : boolean
inherited

Response

boolean

getMetricsName

getMetricsName() : string
inherited

Response

string

getOpenSslEngineOptions

getOpenSslEngineOptions() : \io\vertx\jphp\core\net\OpenSSLEngineOptions
inherited

getPassword

getPassword() : string
inherited

Response

string

getPemKeyCertOptions

getPemKeyCertOptions() : \io\vertx\jphp\core\net\PemKeyCertOptions
inherited

getPemTrustOptions

getPemTrustOptions() : \io\vertx\jphp\core\net\PemTrustOptions
inherited

getPfxKeyCertOptions

getPfxKeyCertOptions() : \io\vertx\jphp\core\net\PfxOptions
inherited

getPfxTrustOptions

getPfxTrustOptions() : \io\vertx\jphp\core\net\PfxOptions
inherited

getPipeliningLimit

getPipeliningLimit() : integer

Response

integer

getPort

getPort() : integer
inherited

Response

integer

getPreparedStatementCacheMaxSize

getPreparedStatementCacheMaxSize() : integer
inherited

Response

integer

getPreparedStatementCacheSqlLimit

getPreparedStatementCacheSqlLimit() : integer
inherited

Response

integer

getProperties

getProperties() : array
inherited

Response

array

getProxyOptions

getProxyOptions() : \io\vertx\jphp\core\net\ProxyOptions
inherited

getReceiveBufferSize

getReceiveBufferSize() : integer
inherited

Response

integer

getReconnectAttempts

getReconnectAttempts() : integer
inherited

Response

integer

getReconnectInterval

getReconnectInterval() : integer
inherited

Response

integer

getSendBufferSize

getSendBufferSize() : integer
inherited

Response

integer

getSoLinger

getSoLinger() : integer
inherited

Response

integer

getSslHandshakeTimeout

getSslHandshakeTimeout() : integer
inherited

Response

integer

getSslHandshakeTimeoutUnit

getSslHandshakeTimeoutUnit() : string
inherited

Response

string

getSslMode

getSslMode() : string

Response

string

getTrafficClass

getTrafficClass() : integer
inherited

Response

integer

getTrustStoreOptions

getTrustStoreOptions() : \io\vertx\jphp\core\net\JksOptions
inherited

getUser

getUser() : string
inherited

Response

string

isReuseAddress

isReuseAddress() : boolean
inherited

Response

boolean

isReusePort

isReusePort() : boolean
inherited

Response

boolean

isSsl

isSsl() : boolean
inherited

Response

boolean

isTcpCork

isTcpCork() : boolean
inherited

Response

boolean

isTcpFastOpen

isTcpFastOpen() : boolean
inherited

Response

boolean

isTcpKeepAlive

isTcpKeepAlive() : boolean
inherited

Response

boolean

isTcpNoDelay

isTcpNoDelay() : boolean
inherited

Response

boolean

isTcpQuickAck

isTcpQuickAck() : boolean
inherited

Response

boolean

isTrustAll

isTrustAll() : boolean
inherited

Response

boolean

isUseAlpn

isUseAlpn() : boolean
inherited

Response

boolean

isUsePooledBuffers

isUsePooledBuffers() : boolean
inherited

Response

boolean

isUsingDomainSocket

isUsingDomainSocket() : boolean

Response

boolean

setCachePreparedStatements

setCachePreparedStatements( $cachePreparedStatements) : $this
inherited

Arguments

$cachePreparedStatements

boolean

Response

$this

setConnectTimeout

setConnectTimeout( $connectTimeout) : $this
inherited

Arguments

$connectTimeout

integer

Response

$this

setDatabase

setDatabase( $database) : $this
inherited

Arguments

$database

string

Response

$this

setEnabledSecureTransportProtocols

setEnabledSecureTransportProtocols( $enabledSecureTransportProtocols) : $this
inherited

Arguments

$enabledSecureTransportProtocols

string

Response

$this

setHost

setHost( $host) : $this
inherited

Arguments

$host

string

Response

$this

setHostnameVerificationAlgorithm

setHostnameVerificationAlgorithm( $hostnameVerificationAlgorithm) : $this
inherited

Arguments

$hostnameVerificationAlgorithm

string

Response

$this

setIdleTimeout

setIdleTimeout( $idleTimeout) : $this
inherited

Arguments

$idleTimeout

integer

Response

$this

setIdleTimeoutUnit

setIdleTimeoutUnit( $idleTimeoutUnit) : $this
inherited

Arguments

$idleTimeoutUnit

string

Response

$this

setJdkSslEngineOptions

setJdkSslEngineOptions( $jdkSslEngineOptions) : $this
inherited

Arguments

$jdkSslEngineOptions

JdkSSLEngineOptions|array

Response

$this

setKeyStoreOptions

setKeyStoreOptions( $keyStoreOptions) : $this
inherited

Arguments

$keyStoreOptions

JksOptions|array

Response

$this

setLocalAddress

setLocalAddress( $localAddress) : $this
inherited

Arguments

$localAddress

string

Response

$this

setLogActivity

setLogActivity( $logActivity) : $this
inherited

Arguments

$logActivity

boolean

Response

$this

setMetricsName

setMetricsName( $metricsName) : $this
inherited

Arguments

$metricsName

string

Response

$this

setOpenSslEngineOptions

setOpenSslEngineOptions( $openSslEngineOptions) : $this
inherited

Arguments

$openSslEngineOptions

OpenSSLEngineOptions|array

Response

$this

setPassword

setPassword( $password) : $this
inherited

Arguments

$password

string

Response

$this

setPemKeyCertOptions

setPemKeyCertOptions( $pemKeyCertOptions) : $this
inherited

Arguments

$pemKeyCertOptions

PemKeyCertOptions|array

Response

$this

setPemTrustOptions

setPemTrustOptions( $pemTrustOptions) : $this
inherited

Arguments

$pemTrustOptions

PemTrustOptions|array

Response

$this

setPfxKeyCertOptions

setPfxKeyCertOptions( $pfxKeyCertOptions) : $this
inherited

Arguments

$pfxKeyCertOptions

PfxOptions|array

Response

$this

setPfxTrustOptions

setPfxTrustOptions( $pfxTrustOptions) : $this
inherited

Arguments

$pfxTrustOptions

PfxOptions|array

Response

$this

setPipeliningLimit

setPipeliningLimit( $pipeliningLimit) : $this

Arguments

$pipeliningLimit

integer

Response

$this

setPort

setPort( $port) : $this
inherited

Arguments

$port

integer

Response

$this

setPreparedStatementCacheMaxSize

setPreparedStatementCacheMaxSize( $preparedStatementCacheMaxSize) : $this
inherited

Arguments

$preparedStatementCacheMaxSize

integer

Response

$this

setPreparedStatementCacheSqlLimit

setPreparedStatementCacheSqlLimit( $preparedStatementCacheSqlLimit) : $this
inherited

Arguments

$preparedStatementCacheSqlLimit

integer

Response

$this

setProperties

setProperties( $properties) : $this
inherited

Arguments

$properties

string

Response

$this

setProxyOptions

setProxyOptions( $proxyOptions) : $this
inherited

Arguments

$proxyOptions

ProxyOptions|array

Response

$this

setReceiveBufferSize

setReceiveBufferSize( $receiveBufferSize) : $this
inherited

Arguments

$receiveBufferSize

integer

Response

$this

setReconnectAttempts

setReconnectAttempts( $reconnectAttempts) : $this
inherited

Arguments

$reconnectAttempts

integer

Response

$this

setReconnectInterval

setReconnectInterval( $reconnectInterval) : $this
inherited

Arguments

$reconnectInterval

integer

Response

$this

setReuseAddress

setReuseAddress( $reuseAddress) : $this
inherited

Arguments

$reuseAddress

boolean

Response

$this

setReusePort

setReusePort( $reusePort) : $this
inherited

Arguments

$reusePort

boolean

Response

$this

setSendBufferSize

setSendBufferSize( $sendBufferSize) : $this
inherited

Arguments

$sendBufferSize

integer

Response

$this

setSoLinger

setSoLinger( $soLinger) : $this
inherited

Arguments

$soLinger

integer

Response

$this

setSsl

setSsl( $ssl) : $this
inherited

Arguments

$ssl

boolean

Response

$this

setSslHandshakeTimeout

setSslHandshakeTimeout( $sslHandshakeTimeout) : $this
inherited

Arguments

$sslHandshakeTimeout

integer

Response

$this

setSslHandshakeTimeoutUnit

setSslHandshakeTimeoutUnit( $sslHandshakeTimeoutUnit) : $this
inherited

Arguments

$sslHandshakeTimeoutUnit

string

Response

$this

setSslMode

setSslMode( $sslMode) : $this

Arguments

$sslMode

string

Response

$this

setTcpCork

setTcpCork( $tcpCork) : $this
inherited

Arguments

$tcpCork

boolean

Response

$this

setTcpFastOpen

setTcpFastOpen( $tcpFastOpen) : $this
inherited

Arguments

$tcpFastOpen

boolean

Response

$this

setTcpKeepAlive

setTcpKeepAlive( $tcpKeepAlive) : $this
inherited

Arguments

$tcpKeepAlive

boolean

Response

$this

setTcpNoDelay

setTcpNoDelay( $tcpNoDelay) : $this
inherited

Arguments

$tcpNoDelay

boolean

Response

$this

setTcpQuickAck

setTcpQuickAck( $tcpQuickAck) : $this
inherited

Arguments

$tcpQuickAck

boolean

Response

$this

setTrafficClass

setTrafficClass( $trafficClass) : $this
inherited

Arguments

$trafficClass

integer

Response

$this

setTrustAll

setTrustAll( $trustAll) : $this
inherited

Arguments

$trustAll

boolean

Response

$this

setTrustStoreOptions

setTrustStoreOptions( $trustStoreOptions) : $this
inherited

Arguments

$trustStoreOptions

JksOptions|array

Response

$this

setUseAlpn

setUseAlpn( $useAlpn) : $this
inherited

Arguments

$useAlpn

boolean

Response

$this

setUsePooledBuffers

setUsePooledBuffers( $usePooledBuffers) : $this
inherited

Arguments

$usePooledBuffers

boolean

Response

$this

setUser

setUser( $user) : $this
inherited

Arguments

$user

string

Response

$this