Edit C:\Users\Administrator\Desktop\LIV\lib\org\postgresql\core\Field.class
Êþº¾ 2 ¡ d e ! f g h i j k l m n o p q r s t u v w v x y z y { y | v | } ~ ~ ? ? ~ ? ? ? y ? ? ? TEXT_FORMAT I ConstantValue BINARY_FORMAT length oid mod columnLabel Ljava/lang/String; columnName nullable Ljava/lang/Integer; autoIncrement Ljava/lang/Boolean; format tableOid positionInTable <init> (Ljava/lang/String;III)V Code LineNumberTable LocalVariableTable this Lorg/postgresql/core/Field; name (Ljava/lang/String;I)V ,(Ljava/lang/String;Ljava/lang/String;IIIII)V getOID ()I getMod getColumnLabel ()Ljava/lang/String; getLength getFormat setFormat (I)V getTableOid getPositionInTable getNullable (Ljava/sql/Connection;)I nullResult con Ljava/sql/Connection; res Ljava/sql/ResultSet; ps Ljava/sql/PreparedStatement; StackMapTable ? ? ? ? ? ? Exceptions ? getAutoIncrement (Ljava/sql/Connection;)Z sql ? getColumnName )(Ljava/sql/Connection;)Ljava/lang/String; SourceFile Field.java 5 > 5 6 5 ? 2 # + , - , ) # ( # * # 3 # 4 # . / ? @ java/lang/Integer 5 G ±SELECT a.attnotnull OR (t.typtype = 'd' AND t.typnotnull) FROM pg_catalog.pg_attribute a JOIN pg_catalog.pg_type t ON (a.atttypid = t.oid) WHERE a.attrelid = ? AND a.attnum = ?; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0 1 ? ? ? ? 1 ?SELECT 1 FROM pg_catalog.pg_attrdef WHERE adrelid = ? AND adnum = ? AND pg_catalog.pg_get_expr(adbin, adrelid) LIKE '%nextval(%' ? 1 MSELECT attname FROM pg_catalog.pg_attribute WHERE attrelid = ? AND attnum = ? ? org/postgresql/core/Field java/lang/Object java/sql/ResultSet java/sql/PreparedStatement java/sql/Connection java/lang/Throwable java/sql/SQLException java/lang/String ()V intValue prepareStatement 0(Ljava/lang/String;)Ljava/sql/PreparedStatement; setInt (II)V executeQuery ()Ljava/sql/ResultSet; next ()Z getBoolean (I)Z close java/lang/Boolean booleanValue FALSE TRUE getString (I)Ljava/lang/String; ! ! "