
org.postgresql.PGProperty.class Maven / Gradle / Ivy
???? 2" ?
????
^?
??
?
^? ? ? ? ? ?
??
??
??
?
??
??
?????
?
?
?
" "? "? "?
*
?_ a b
c d e!"# $f%& 'g()*+, -h./ 0i123 4j567 8k9: ;l<=> ?m@A BnCDE FoGHI JpKL MqNOPQR SrTU VsWXYZ[ \t]^ _u`ab cvde fwghij kxlm???n oypq rzst u{vw x|yz{|}~? ?}?? ?~?? ???? ???? ???? ???? ???? ???? ???? ???? ????? ???? ???? ???? ???? ????? ???? ???? ?????? ????? ???? ???? ???? ??????? ????? ???? ???? ?????????? ???? ???? ???????? ?????? ???? ???? ???? ?? PG_DBNAME Lorg/postgresql/PGProperty; PG_HOST PG_PORT USER PASSWORD PROTOCOL_VERSION OPTIONS 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 HIDE_UNPRIVILEGED_OBJECTS ESCAPE_SYNTAX_CALL_MODE MAX_RESULT_BUFFER READ_ONLY_MODE 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 CLEANUP_SAVEPOINTS REWRITE_BATCHED_INSERTS REPLICATION
EXTRA_INFO 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 L(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V this 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 :(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 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` options 6Specify 'options' connection initialization parameter.f` loggerLevel Logger level of the driver OFF DEBUG TRACEg`
loggerFile File name output of the Loggerh` prepareThreshold 5 IStatement prepare threshold. A value of {@code -1} stands for forceBinaryi` preparedStatementCacheQueries 256 ?Specifies the maximum number of entries in per-connection cache of prepared statements. A value of {@code 0} disables the cache.j` preparedStatementCacheSizeMiB ?Specifies the maximum size (in megabytes) of a per-connection prepared statement cache. A value of {@code 0} disables the cache.k` databaseMetadataCacheFields 65536 lSpecifies the maximum number of fields to be cached per connection. A value of {@code 0} disables the cache.l` databaseMetadataCacheFieldsMiB ySpecifies the maximum size (in megabytes) of fields to be cached per connection. A value of {@code 0} disables the cache.m` defaultRowFetchSize 0 ?Positive number of rows that should be fetched from the database when more rows are needed for ResultSet by each fetch iterationn` binaryTransfer false