Edit C:\galaxie\jobs\GALAXIE__JOBs\backup\GALAXIE__PCKG_0.3\lib\org\postgresql\PGProperty.class
Êþº¾ 3b u vw1x øy z/ { ø| } ~ ? ? ?? ?? ?? ? ?? ?? ?????? ? ?? ?? ? ?? ?? ??? !? !? !? !? ? @? ù ¡ ¢ û£¤ ¥ ü¦§ ¨ © ýª« ¬ þ® ¯ ÿ°±²³´ µ ¶·¸¹ º»¼½ ¾¿ÀÁ ÂÃÄÅ ÆÇÈÉ ÊËÌÍ ÎÏÐ ÑÒÓÔÕ Ö×ÿÿÿØ Ù ÚÛ Ü ÝÞ ßàá âãä å æç èéê ëìí îïð ñòó ôõö ÷øù úûü ýþÿ !"#$ %!&'( )"*+ ,#-. /$01 2%345678 9&:; <'=>? @A PG_DBNAME Lorg/postgresql/PGProperty; PG_HOST PG_PORT USER PASSWORD PROTOCOL_VERSION LOG_LEVEL PREPARE_THRESHOLD 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 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 _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;xB²? 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 arr$ len$ i$1 <clinit> ()V -Ljava/lang/Enum<Lorg/postgresql/PGProperty;>; SourceFile PGProperty.java011CD org/postgresql/PGProperty6E:A:D:F()*)+,-)./BGHIJKLLMM6NOPQRS java/lang/NumberFormatException !org/postgresql/util/PSQLException 3{0} parameter value must be an integer but was: {1} java/lang/ObjectGHTUVWXY:Z6[\]\^ java/sql/DriverPropertyInfo:_B,>)E/23`a 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) û ú PGPORT IPort of the PostgreSQL server (may be specified directly in the JDBC URL):; ü ú user 'Username to connect to the database as. ý ú password $Password to use when authenticating. þ ú protocolVersion gForce use of a particular protocol version when connecting, if set, disables protocol version fallback. java/lang/String 2 3 ÿ ú loglevel 0 The log level 1 ú prepareThreshold 5 IStatement prepare threshold. A value of {@code -1} stands for forceBinary ú binaryTransfer true <Use binary format for sending and receiving data if possible ú compatible 9.4 HForce compatibility of some features with an older version of the driver ú readOnly false &Puts this connection in read-only mode ú binaryTransferEnable TComma separated list of types to enable binary transfer. Either OID numbers or names ú 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. ú stringtype oThe type to bind String parameters as (usually 'varchar', 'unspecified' allows implicit casting to other types) unspecified varchar ú unknownLength :Specifies the length to return for types of unknown length ú logUnclosedConnections ?When connections that are not explicitly closed are garbage collected, log the stacktrace from the opening of the connection to trace the leak source ú disableColumnSanitiser 7Enable optimization that disables column name sanitiser ú ssl AControl use of SSL (any non-null value causes SSL to be required) ú sslmode "Parameter governing the use of SSL ú sslfactory 0Provide a SSLSocketFactory class when using SSL. ú sslfactoryarg <Argument forwarded to constructor of SSLSocketFactory class. ú sslhostnameverifier OA class, implementing javax.net.ssl.HostnameVerifier that can verify the server ú sslcert ,The location of the client's SSL certificate ú sslkey +The location of the client's PKCS#8 SSL key ú sslrootcert CThe location of the root certificate for authenticating the server. ú sslpassword MThe password for the client's ssl key (ignored if sslpasswordcallback is set) ú sslpasswordcallback xA class, implementing javax.security.auth.callback.CallbackHandler that can handle PassworCallback for the ssl password. ú tcpKeepAlive ?Enable or disable TCP keep-alive. The default is {@code false}. ú loginTimeout DSpecify how long to wait for establishment of a database connection. ú connectTimeout 5The timeout value used for socket connect operations. ú socketTimeout 2The timeout value used for socket read operations. ú receiveBufferSize -1 Socket read buffer size ú sendBufferSize Socket write buffer size ú assumeMinServerVersion *Assume the server is at least that version ú ApplicationName (name of the application (backend >= 9.0) ú jaasApplicationName ISpecifies the name of the JAAS system or application login configuration. ú kerberosServerName AThe Kerberos service name to use when authenticating with GSSAPI. ú useSpnego *Use SPNEGO in SSPI authentication requests ú gsslib auto Force SSSPI or GSSAPI sspi gssapi ú sspiServiceClass POSTGRES &The Windows SSPI service class for SPN! ú charSet iThe character set to use for data sent to the database or received from the database (for backend <= 7.2)"