文件名称: postgresql-9.2-1002-jdbc4.jar中文-英文对照文档.zip
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.2-1002-jdbc4</version>
</dependency>Gradle:
implementation group: 'org.postgresql', name: 'postgresql', version: '9.2-1002-jdbc4'
Gradle (Short):
implementation 'org.postgresql:postgresql:9.2-1002-jdbc4'
Gradle (Kotlin):
implementation("org.postgresql:postgresql:9.2-1002-jdbc4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.postgresql
org.postgresql.copy
org.postgresql.ds
org.postgresql.ds.common
org.postgresql.fastpath
org.postgresql.geometric
org.postgresql.largeobject
org.postgresql.ssl
org.postgresql.util
org.postgresql.xaorg.postgresql.PGConnection
org.postgresql.PGNotification
org.postgresql.PGRefCursorResultSet
org.postgresql.PGResultSetMetaData
org.postgresql.PGStatement
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.ds.PGConnectionPoolDataSource
org.postgresql.ds.PGPooledConnection
org.postgresql.ds.PGPoolingDataSource
org.postgresql.ds.PGSimpleDataSource
org.postgresql.ds.common.BaseDataSource
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.largeobject.BlobInputStream
org.postgresql.largeobject.BlobOutputStream
org.postgresql.largeobject.LargeObject
org.postgresql.largeobject.LargeObjectManager
org.postgresql.ssl.NonValidatingFactory
org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
org.postgresql.ssl.WrappedFactory
org.postgresql.util.PGInterval
org.postgresql.util.PGmoney
org.postgresql.util.PGobject
org.postgresql.util.ServerErrorMessage
org.postgresql.xa.PGXADataSource