文件名称: postgresql-42.2.2.jar中文-英文对照文档.zip
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.2</version>
</dependency>Gradle:
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.2'
Gradle (Short):
implementation 'org.postgresql:postgresql:42.2.2'
Gradle (Kotlin):
implementation("org.postgresql:postgresql:42.2.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.postgresql
org.postgresql.copy
org.postgresql.core
org.postgresql.core.v3
org.postgresql.core.v3.replication
org.postgresql.ds
org.postgresql.ds.common
org.postgresql.fastpath
org.postgresql.geometric
org.postgresql.gss
org.postgresql.hostchooser
org.postgresql.jdbc
org.postgresql.jdbc2
org.postgresql.jdbc2.optional
org.postgresql.jdbc3
org.postgresql.jre8.sasl
org.postgresql.largeobject
org.postgresql.osgi
org.postgresql.replication
org.postgresql.replication.fluent
org.postgresql.replication.fluent.logical
org.postgresql.replication.fluent.physical
org.postgresql.ssl
org.postgresql.ssl.jdbc4
org.postgresql.sspi
org.postgresql.util
org.postgresql.xaorg.postgresql.Driver
org.postgresql.PGConnection
org.postgresql.PGNotification
org.postgresql.PGProperty
org.postgresql.PGRefCursorResultSet
org.postgresql.PGResultSetMetaData
org.postgresql.PGStatement
org.postgresql.copy.CopyDual
org.postgresql.copy.CopyIn
org.postgresql.copy.CopyManager
org.postgresql.copy.CopyOperation
org.postgresql.copy.CopyOut
org.postgresql.copy.PGCopyInputStream
org.postgresql.copy.PGCopyOutputStream
org.postgresql.core.BaseConnection
org.postgresql.core.BaseStatement
org.postgresql.core.CachedQuery
org.postgresql.core.ConnectionFactory
org.postgresql.core.Encoding
org.postgresql.core.EncodingPredictor
org.postgresql.core.EncodingPredictor.DecodeResult
org.postgresql.core.Field
org.postgresql.core.JavaVersion
org.postgresql.core.JdbcCallParseInfo
org.postgresql.core.NativeQuery
org.postgresql.core.Notification
org.postgresql.core.Oid
org.postgresql.core.PGBindException
org.postgresql.core.PGStream
org.postgresql.core.ParameterList
org.postgresql.core.Parser
org.postgresql.core.Provider
org.postgresql.core.Query
org.postgresql.core.QueryExecutor
org.postgresql.core.QueryExecutorBase
org.postgresql.core.ReplicationProtocol
org.postgresql.core.ResultCursor
org.postgresql.core.ResultHandler
org.postgresql.core.ResultHandlerBase
org.postgresql.core.ResultHandlerDelegate
org.postgresql.core.ServerVersion
org.postgresql.core.SetupQueryRunner
org.postgresql.core.SocketFactoryFactory
org.postgresql.core.SqlCommand
org.postgresql.core.SqlCommandType
org.postgresql.core.TransactionState
org.postgresql.core.TypeInfo
org.postgresql.core.Utils
org.postgresql.core.Version
org.postgresql.core.VisibleBufferedInputStream
org.postgresql.core.v3.BatchedQuery
org.postgresql.core.v3.ConnectionFactoryImpl
org.postgresql.core.v3.CopyDualImpl
org.postgresql.core.v3.CopyInImpl
org.postgresql.core.v3.CopyOperationImpl
org.postgresql.core.v3.CopyOutImpl
org.postgresql.core.v3.QueryExecutorImpl
org.postgresql.core.v3.TypeTransferModeRegistry
org.postgresql.core.v3.replication.V3PGReplicationStream
org.postgresql.core.v3.replication.V3ReplicationProtocol
org.postgresql.ds.PGConnectionPoolDataSource
org.postgresql.ds.PGPooledConnection
org.postgresql.ds.PGPoolingDataSource
org.postgresql.ds.PGSimpleDataSource
org.postgresql.ds.common.BaseDataSource
org.postgresql.ds.common.PGObjectFactory
org.postgresql.fastpath.Fastpath
org.postgresql.fastpath.FastpathArg
org.postgresql.geometric.PGbox
org.postgresql.geometric.PGcircle
org.postgresql.geometric.PGline
org.postgresql.geometric.PGlseg
org.postgresql.geometric.PGpath
org.postgresql.geometric.PGpoint
org.postgresql.geometric.PGpolygon
org.postgresql.gss.GSSCallbackHandler
org.postgresql.gss.MakeGSS
org.postgresql.hostchooser.CandidateHost
org.postgresql.hostchooser.GlobalHostStatusTracker
org.postgresql.hostchooser.HostChooser
org.postgresql.hostchooser.HostChooserFactory
org.postgresql.hostchooser.HostRequirement
org.postgresql.hostchooser.HostStatus
org.postgresql.jdbc.AbstractBlobClob
org.postgresql.jdbc.AutoSave
org.postgresql.jdbc.BatchResultHandler
org.postgresql.jdbc.EscapedFunctions
org.postgresql.jdbc.FieldMetadata
org.postgresql.jdbc.FieldMetadata.Key
org.postgresql.jdbc.PSQLSavepoint
org.postgresql.jdbc.PgArray
org.postgresql.jdbc.PgBlob
org.postgresql.jdbc.PgClob
org.postgresql.jdbc.PgConnection
org.postgresql.jdbc.PgDatabaseMetaData
org.postgresql.jdbc.PgParameterMetaData
org.postgresql.jdbc.PgResultSet
org.postgresql.jdbc.PgResultSetMetaData
org.postgresql.jdbc.PgSQLXML
org.postgresql.jdbc.PgStatement
org.postgresql.jdbc.PreferQueryMode
org.postgresql.jdbc.ResultWrapper
org.postgresql.jdbc.TimestampUtils
org.postgresql.jdbc.TypeInfoCache
org.postgresql.jdbc.UUIDArrayAssistant
org.postgresql.jdbc2.ArrayAssistant
org.postgresql.jdbc2.ArrayAssistantRegistry
org.postgresql.jdbc2.optional.ConnectionPool
org.postgresql.jdbc2.optional.PoolingDataSource
org.postgresql.jdbc2.optional.SimpleDataSource
org.postgresql.jdbc3.Jdbc3ConnectionPool
org.postgresql.jdbc3.Jdbc3PoolingDataSource
org.postgresql.jdbc3.Jdbc3SimpleDataSource
org.postgresql.jre8.sasl.ScramAuthenticator
org.postgresql.largeobject.BlobInputStream
org.postgresql.largeobject.BlobOutputStream
org.postgresql.largeobject.LargeObject
org.postgresql.largeobject.LargeObjectManager
org.postgresql.osgi.PGBundleActivator
org.postgresql.osgi.PGDataSourceFactory
org.postgresql.replication.LogSequenceNumber
org.postgresql.replication.PGReplicationConnection
org.postgresql.replication.PGReplicationConnectionImpl
org.postgresql.replication.PGReplicationStream
org.postgresql.replication.ReplicationType
org.postgresql.replication.fluent.AbstractCreateSlotBuilder
org.postgresql.replication.fluent.AbstractStreamBuilder
org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
org.postgresql.replication.fluent.ChainedCommonStreamBuilder
org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
org.postgresql.replication.fluent.ChainedStreamBuilder
org.postgresql.replication.fluent.CommonOptions
org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
org.postgresql.replication.fluent.ReplicationStreamBuilder
org.postgresql.replication.fluent.logical.ChainedLogicalCreateSlotBuilder
org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
org.postgresql.replication.fluent.logical.LogicalReplicationOptions
org.postgresql.replication.fluent.logical.LogicalStreamBuilder
org.postgresql.replication.fluent.logical.StartLogicalReplicationCallback
org.postgresql.replication.fluent.physical.ChainedPhysicalCreateSlotBuilder
org.postgresql.replication.fluent.physical.ChainedPhysicalStreamBuilder
org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
org.postgresql.replication.fluent.physical.PhysicalReplicationOptions
org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
org.postgresql.replication.fluent.physical.StartPhysicalReplicationCallback
org.postgresql.ssl.DbKeyStoreSocketFactory
org.postgresql.ssl.DbKeyStoreSocketFactory.DbKeyStoreSocketException
org.postgresql.ssl.MakeSSL
org.postgresql.ssl.NonValidatingFactory
org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
org.postgresql.ssl.SingleCertValidatingFactory
org.postgresql.ssl.WrappedFactory
org.postgresql.ssl.jdbc4.LazyKeyManager
org.postgresql.ssl.jdbc4.LibPQFactory
org.postgresql.sspi.ISSPIClient
org.postgresql.sspi.NTDSAPIWrapper
org.postgresql.sspi.SSPIClient
org.postgresql.util.Base64
org.postgresql.util.ByteConverter
org.postgresql.util.CanEstimateSize
org.postgresql.util.DriverInfo
org.postgresql.util.ExpressionProperties
org.postgresql.util.GT
org.postgresql.util.HStoreConverter
org.postgresql.util.HostSpec
org.postgresql.util.JdbcBlackHole
org.postgresql.util.LruCache
org.postgresql.util.LruCache.CreateAction
org.postgresql.util.LruCache.EvictAction
org.postgresql.util.MD5Digest
org.postgresql.util.ObjectFactory
org.postgresql.util.PGBinaryObject
org.postgresql.util.PGInterval
org.postgresql.util.PGJDBCMain
org.postgresql.util.PGTime
org.postgresql.util.PGTimestamp
org.postgresql.util.PGbytea
org.postgresql.util.PGmoney
org.postgresql.util.PGobject
org.postgresql.util.PGtokenizer
org.postgresql.util.PSQLException
org.postgresql.util.PSQLState
org.postgresql.util.PSQLWarning
org.postgresql.util.ReaderInputStream
org.postgresql.util.ServerErrorMessage
org.postgresql.util.SharedTimer
org.postgresql.util.StreamWrapper
org.postgresql.util.WriterHandler
org.postgresql.xa.PGXAConnection
org.postgresql.xa.PGXADataSource
org.postgresql.xa.PGXADataSourceFactory
org.postgresql.xa.PGXAException