
org.postgresql.PGProperty.class Maven / Gradle / Ivy
The newest version!
???? 4? ?
??v?
2?
?t
?
2? ? ? ? ? ?
??
??
??
?
??
??
??????
?
?? ??
?
??
??
??
??
"? "? "? "?
?
*?
???3?? ?5?? ?6??
? ?7?? ?8?? ?9??? ?:????? ; < =
>
? @ A B C !D"#$ %E&' (F)*+, -G./???0 1H23 4I56 7J89 :K;< =L>? @MAB CNDE FOGH IPJK LQMN ORPQ RSST UTVW XUYZ [V\]^ _W`a bXcd eYfg hZij k[lmn o\pq r]st u^vwxy z_{| }`~ ?a?? ?b????? ?c??? ?d?? ?e?? ?f?????? ?g?? ?h?? ?i?????? ?j????? ?k?? ?l?? ?? 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 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_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.javauvv?? org/postgresql/PGProperty{????mnonpqrnst??????????{????? java/lang/NumberFormatException !org/postgresql/util/PSQLException 3{0} parameter value must be an integer but was: {1} java/lang/Object?????????{??????? java/sql/DriverPropertyInfo??q?n?twx???? java/lang/String PGDBNAME GDatabase name to connect to (may be specified directly in the JDBC URL)34 PGHOST MHostname of the PostgreSQL server (may be specified directly in the JDBC URL)54 PGPORT IPort of the PostgreSQL server (may be specified directly in the JDBC URL)?64 user 'Username to connect to the database as.74 password $Password to use when authenticating.84 protocolVersion bForce use of a particular protocol version when connecting, currently only version 3 is supported. 394 loggerLevel Logger level of the driver OFF DEBUG TRACE:4
loggerFile File name output of the Logger;4 prepareThreshold 5 IStatement prepare threshold. A value of {@code -1} stands for forceBinary<4 preparedStatementCacheQueries 256 ?Specifies the maximum number of entries in per-connection cache of prepared statements. A value of {@code 0} disables the cache.=4 preparedStatementCacheSizeMiB ?Specifies the maximum size (in megabytes) of a per-connection prepared statement cache. A value of {@code 0} disables the cache.>4 databaseMetadataCacheFields 65536 lSpecifies the maximum number of fields to be cached per connection. A value of {@code 0} disables the cache.?4 databaseMetadataCacheFieldsMiB ySpecifies the maximum size (in megabytes) of fields to be cached per connection. A value of {@code 0} disables the cache.@4 defaultRowFetchSize 0 ?Positive number of rows that should be fetched from the database when more rows are needed for ResultSet by each fetch iterationA4 binaryTransfer true