Edit C:\dspace-6.2-release\dspace\modules\rdf\target\rdf-6.2\WEB-INF\lib\org\postgresql\PGProperty.class
???? 4? ? ??u? 1? ?s ? 1? ? ? ? ? ? ?? ?? ?? ? ?? ?? ?????? ? ?? ?? ? ?? ?? ?? ?? "? "? "? "? ? *? ???2?? ?4?? ?5?? ? ?6?? ?7?? ?8???? ?9???? ?: ; < = > ? @ A B !C"#$ %D&' (E)*+, -F./???0 1G23 4H56 7I89 :J;< =K>? @LAB CMDE FNGH IOJK LPMN OQPQ RRST USVW XTYZ [U\]^ _V`a bWcd eXfg hYij kZlmn o[pq r\st u]vw x^yz {_|} ~`? ?a????? ?b??? ?c?? ?d?? ?e?? ?f?????? ?g?? ?h?? ?i?????? ?j????? ?k?? ?? PG_DBNAME Lorg/postgresql/PGProperty; PG_HOST PG_PORT USER PASSWORD PROTOCOL_VERSION LOG_LEVEL 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 COMPATIBLE 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 CHARSET ALLOW_ENCODING_CHANGES CURRENT_SCHEMA TARGET_SERVER_TYPE LOAD_BALANCE_HOSTS HOST_RECHECK_SECONDS PREFER_QUERY_MODE AUTOSAVE REWRITE_BATCHED_INSERTS _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 <init> 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;? <clinit> ()V -Ljava/lang/Enum<Lorg/postgresql/PGProperty;>; SourceFile PGProperty.javatuu?? org/postgresql/PGPropertyz?~?~?~?lmnmopqmrs??????????z????? java/lang/NumberFormatException !org/postgresql/util/PSQLException 3{0} parameter value must be an integer but was: {1} java/lang/Object????????~?z??????? java/sql/DriverPropertyInfo~??p?m?svw???? java/lang/String PGDBNAME GDatabase name to connect to (may be specified directly in the JDBC URL)23 PGHOST MHostname of the PostgreSQL server (may be specified directly in the JDBC URL)43 PGPORT IPort of the PostgreSQL server (may be specified directly in the JDBC URL)~53 user 'Username to connect to the database as.63 password $Password to use when authenticating.73 protocolVersion gForce use of a particular protocol version when connecting, if set, disables protocol version fallback. 2 383 loglevel 0 The log level 193 prepareThreshold 5 IStatement prepare threshold. A value of {@code -1} stands for forceBinary:3 preparedStatementCacheQueries 256 ?Specifies the maximum number of entries in per-connection cache of prepared statements. A value of {@code 0} disables the cache.;3 preparedStatementCacheSizeMiB ?Specifies the maximum size (in megabytes) of a per-connection prepared statement cache. A value of {@code 0} disables the cache.<3 databaseMetadataCacheFields 65536 lSpecifies the maximum number of fields to be cached per connection. A value of {@code 0} disables the cache.=3 databaseMetadataCacheFieldsMiB ySpecifies the maximum size (in megabytes) of fields to be cached per connection. A value of {@code 0} disables the cache.>3 defaultRowFetchSize ?Positive number of rows that should be fetched from the database when more rows are needed for ResultSet by each fetch iteration?3 binaryTransfer true <Use binary format for sending and receiving data if possible@3 compatible org/postgresql/Driver 9.4 HForce compatibility of some features with an older version of the driverA3 readOnly false &Puts this connection in read-only modeB3 binaryTransferEnable TComma separated list of types to enable binary transfer. Either OID numbers or namesC3 binaryTransferDisable ?Comma separated list of types to disable binary transfer. Either OID numbers or names. Overrides values in the driver default set and values set with binaryTransferEnable.D3 stringtype oThe type to bind String parameters as (usually 'varchar', 'unspecified' allows implicit casting to other types) unspecified varcharE3 unknownLength java/lang/Integer :Specifies the length to return for types of unknown lengthF3 logUnclosedConnections ?When connections that are not explicitly closed are garbage collected, log the stacktrace from the opening of the connection to trace the leak sourceG3 disableColumnSanitiser 7Enable optimization that disables column name sanitiserH3 ssl AControl use of SSL (any non-null value causes SSL to be required)I3 sslmode "Parameter governing the use of SSLJ3 sslfactory 0Provide a SSLSocketFactory class when using SSL.K3 sslfactoryarg <Argument forwarded to constructor of SSLSocketFactory class.L3 sslhostnameverifier OA class, implementing javax.net.ssl.HostnameVerifier that can verify the serverM3 sslcert ,The location of the client's SSL certificateN3 sslkey +The location of the client's PKCS#8 SSL keyO3 sslrootcert CThe location of the root certificate for authenticating the server.P3 sslpassword MThe password for the client's ssl key (ignored if sslpasswordcallback is set)Q3 sslpasswordcallback xA class, implementing javax.security.auth.callback.CallbackHandler that can handle PassworCallback for the ssl password.R3 tcpKeepAlive ?Enable or disable TCP keep-alive. The default is {@code false}.S3 loginTimeout DSpecify how long to wait for establishment of a database connection.T3 connectTimeout 10 5The timeout value used for socket connect operations.U3 socketTimeout 2The timeout value used for socket read operations.V3 cancelSignalTimeout 4The timeout that is used for sending cancel command.W3 socketFactory ,Specify a socket factory for socket creationX3 socketFactoryArg 9Argument forwarded to constructor of SocketFactory class.Y3 receiveBufferSize -1 Socket read buffer sizeZ3 sendBufferSize Socket write buffer size[3 assumeMinServerVersion *Assume the server is at least that version\3 ApplicationName (name of the application (backend >= 9.0)]3 jaasApplicationName ISpecifies the name of the JAAS system or application login configuration.^3 kerberosServerName AThe Kerberos service name to use when authenticating with GSSAPI._3 useSpnego *Use SPNEGO in SSPI authentication requests`3 gsslib auto Force SSSPI or GSSAPI sspi gssapia3 sspiServiceClass POSTGRES &The Windows SSPI service class for SPNb3 charSet iThe character set to use for data sent to the database or received from the database (for backend <= 7.2)c3 allowEncodingChanges $Allow for changes in client_encodingd3 currentSchema /Specify the schema to be set in the search-pathe3 targetServerType any (Specifies what kind of server to connect master slave preferSlavef3 loadBalanceHosts |If disabled hosts are connected in the given order. If enabled hosts are chosen randomly from the set of suitable candidatesg3 hostRecheckSeconds ZSpecifies period (seconds) after host statuses are checked again in case they have changedh3 preferQueryMode extendedzSpecifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only, extendedCacheEveryting means use extended protocol and try cache every statement (including Statement.execute(String sql)) in a query cache. extendedForPrepared extendedCacheEveryting simplei3 autosave never?Specifies what the driver should do if a query fails. In autosave=always mode, JDBC driver sets a safepoint before each query, and rolls back to that safepoint in case of failure. In autosave=never mode (default), no safepoint dance is made ever. In autosave=conservative mode, safepoint is set for each query, however the rollback is done only for rare cases like 'cached statement cannot change return type' or 'statement XXX is not valid' so JDBC driver rollsback and retries always conservativej3 reWriteBatchedInserts ZEnable optimization to rewrite and collapse compatible INSERT statements that are batched.k3 java/lang/Enum java/util/Properties clone ()Ljava/lang/Object; 5(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum; (Ljava/lang/String;I)V getProperty 8(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; remove &(Ljava/lang/Object;)Ljava/lang/Object; setProperty 8(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object; java/lang/Boolean '(Ljava/lang/String;)Ljava/lang/Boolean; booleanValue ()Z parseInt (Ljava/lang/String;)I org/postgresql/util/GT tr 9(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; org/postgresql/util/PSQLState INVALID_PARAMETER_VALUE Lorg/postgresql/util/PSQLState; I(Ljava/lang/String;Lorg/postgresql/util/PSQLState;Ljava/lang/Throwable;)V (I)Ljava/lang/Integer; toString (Z)Ljava/lang/String; (I)Ljava/lang/String; '(Ljava/lang/String;Ljava/lang/String;)V equals (Ljava/lang/Object;)Z@1 1 ?@23 @43 @53 @63 @73 @83 @93 @:3 @;3 @<3 @=3 @>3 @?3 @@3 @A3 @B3 @C3 @D3 @E3 @F3 @G3 @H3 @I3 @J3 @K3 @L3 @M3 @N3 @O3 @P3 @Q3 @R3 @S3 @T3 @U3 @V3 @W3 @X3 @Y3 @Z3 @[3 @\3 @]3 @^3 @_3 @`3 @a3 @b3 @c3 @d3 @e3 @f3 @g3 @h3 @i3 @j3 @k3 lm nm op qm rs tu vw x "