org.postgresql.PGProperty.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of huaweicloud-dws-jdbc Show documentation
Show all versions of huaweicloud-dws-jdbc Show documentation
Data Warehouse Service JDBC driver
???? 2? ?
????
>?
??
?
>? ? ? ? ? ?
??
??
??
?
??
??
??????
?
?? ??
?
??
??
??
??
"? "? "? "?
?
*?
?????? ?A?? ?B??
? C D E
F
G H I J K ! "L#$ %M&'( )N*+, -O./ 0P123 4Q56 7R89:; <S=>???? @TAB CUDE FVGH IWJKLMNOPQ RXST UYVW X]YZ [^\] ^__` a`bc daef gbhi jckl mdno peqrs tfuv wgxy zh{| }i~ ?j??? ?k?? ?l?? ?m???? ?n??? ?o?? ?p?? ?q?? ?r????? ?s??? ?t?? ?u?? ?v???????? ?w?? ?x?? ?y?????? ?z????? ?{?? ?|?? ?? PG_DBNAME Lorg/postgresql/PGProperty; PG_HOST PG_PORT USER PASSWORD PROTOCOL_VERSION LOGGER_LEVEL LOGGER_FILE PREPARE_THRESHOLD PREPARED_STATEMENT_CACHE_QUERIES !PREPARED_STATEMENT_CACHE_SIZE_MIB DATABASE_METADATA_CACHE_FIELDS "DATABASE_METADATA_CACHE_FIELDS_MIB DEFAULT_ROW_FETCH_SIZE BINARY_TRANSFER READ_ONLY BINARY_TRANSFER_ENABLE BINARY_TRANSFER_DISABLE STRING_TYPE UNKNOWN_LENGTH LOG_UNCLOSED_CONNECTIONS DISABLE_COLUMN_SANITISER SSL SSL_MODE SSL_FACTORY SSL_FACTORY_ARG
Deprecated RuntimeVisibleAnnotations Ljava/lang/Deprecated; SSL_HOSTNAME_VERIFIER SSL_CERT SSL_KEY
SSL_ROOT_CERT SSL_PASSWORD SSL_PASSWORD_CALLBACK TCP_KEEP_ALIVE
LOGIN_TIMEOUT CONNECT_TIMEOUT SOCKET_TIMEOUT CANCEL_SIGNAL_TIMEOUT SOCKET_FACTORY SOCKET_FACTORY_ARG RECEIVE_BUFFER_SIZE SEND_BUFFER_SIZE ASSUME_MIN_SERVER_VERSION APPLICATION_NAME
JAAS_LOGIN JAAS_APPLICATION_NAME KERBEROS_SERVER_NAME
USE_SPNEGO GSS_LIB SSPI_SERVICE_CLASS ALLOW_ENCODING_CHANGES CURRENT_SCHEMA TARGET_SERVER_TYPE LOAD_BALANCE_HOSTS HOST_RECHECK_SECONDS PREFER_QUERY_MODE AUTOSAVE REWRITE_BATCHED_INSERTS REPLICATION _name Ljava/lang/String;
_defaultValue _required Z _description _choices [Ljava/lang/String; $VALUES [Lorg/postgresql/PGProperty; values ()[Lorg/postgresql/PGProperty; Code LineNumberTable valueOf /(Ljava/lang/String;)Lorg/postgresql/PGProperty; LocalVariableTable name L(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V this defaultValue description Signature 9(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V M(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V required :(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V `(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z[Ljava/lang/String;)V choices M(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z[Ljava/lang/String;)V getName ()Ljava/lang/String; getDefaultValue
getChoices ()[Ljava/lang/String; get *(Ljava/util/Properties;)Ljava/lang/String;
properties Ljava/util/Properties; set +(Ljava/util/Properties;Ljava/lang/String;)V value
StackMapTable
getBoolean (Ljava/util/Properties;)Z
getIntNoCheck (Ljava/util/Properties;)I getInt nfe !Ljava/lang/NumberFormatException;????
Exceptions
getInteger +(Ljava/util/Properties;)Ljava/lang/Integer; (Ljava/util/Properties;Z)V (Ljava/util/Properties;I)V I isPresent toDriverPropertyInfo 5(Ljava/util/Properties;)Ljava/sql/DriverPropertyInfo; propertyInfo Ljava/sql/DriverPropertyInfo; forName property getSetString o Ljava/lang/Object;? ()V -Ljava/lang/Enum;
SourceFile PGProperty.java????? org/postgresql/PGProperty????????}~~???~?????????????????? java/lang/NumberFormatException !org/postgresql/util/PSQLException 3{0} parameter value must be an integer but was: {1} java/lang/Object?????????????????? java/sql/DriverPropertyInfo?????~???????? java/lang/String PGDBNAME GDatabase name to connect to (may be specified directly in the JDBC URL)?@ PGHOST MHostname of the PostgreSQL server (may be specified directly in the JDBC URL)A@ PGPORT IPort of the PostgreSQL server (may be specified directly in the JDBC URL)??B@ user 'Username to connect to the database as.C@ password $Password to use when authenticating.D@ protocolVersion bForce use of a particular protocol version when connecting, currently only version 3 is supported. 3E@ loggerLevel Logger level of the driver OFF DEBUG TRACEF@
loggerFile File name output of the LoggerG@ prepareThreshold 5 IStatement prepare threshold. A value of {@code -1} stands for forceBinaryH@ preparedStatementCacheQueries 256 ?Specifies the maximum number of entries in per-connection cache of prepared statements. A value of {@code 0} disables the cache.I@ preparedStatementCacheSizeMiB ?Specifies the maximum size (in megabytes) of a per-connection prepared statement cache. A value of {@code 0} disables the cache.J@ databaseMetadataCacheFields 65536 lSpecifies the maximum number of fields to be cached per connection. A value of {@code 0} disables the cache.K@ databaseMetadataCacheFieldsMiB ySpecifies the maximum size (in megabytes) of fields to be cached per connection. A value of {@code 0} disables the cache.L@ defaultRowFetchSize 0 ?Positive number of rows that should be fetched from the database when more rows are needed for ResultSet by each fetch iterationM@ binaryTransfer false