Edit C:\galaxie\jobs\GALAXIE__JOBs\backup\GALAXIE__PCKG_0.3\lib\org\postgresql\jdbc2\AbstractJdbc2ResultSetMetaData.class
Êþº¾ 3O O ´ \ µ \ ¶ \ · ¸ ´ \ ¹ \ º \ » ¼ ½ ¾ ¿ ¼ À Á  \ Ã Ä Å Æ Ç ¼ È Á É ¼ Ê Á Ë ¼ Ì \ Í ¼ Î Ï Ð Ñ Ò Ó ´ Ô Õ Ö × Ø Ù Ú Û Ü Ý ¼ Þ ß à á â ã ¼ ä å æ ¾ ç è é ê ë ì ë í ë î ë ï ¼ ð ¼ ñ ¼ ò ¼ ó ¼ ô é õ ö ¼ ÷ Á ø Á ù \ ú ¼ û \ ü ¼ ý \ þ ÿ \ P M Á à Á ü Á connection $Lorg/postgresql/core/BaseConnection; fields [Lorg/postgresql/core/Field; fieldInfoFetched Z _cache $Lorg/postgresql/jdbc2/CacheMetadata; <init> C(Lorg/postgresql/core/BaseConnection;[Lorg/postgresql/core/Field;)V Code LineNumberTable LocalVariableTable this 5Lorg/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData; getColumnCount ()I Exceptions isAutoIncrement (I)Z column I field Lorg/postgresql/core/Field; isCaseSensitive isSearchable isCurrency type_name Ljava/lang/String; StackMapTable isNullable (I)I isSigned getColumnDisplaySize getColumnLabel (I)Ljava/lang/String; getColumnName getBaseColumnName getSchemaName fetchFieldMetaData ()V i table columnName tableName schemaName nullable autoIncrement idFields sql Ljava/lang/StringBuilder; hasSourceInfo stmt Ljava/sql/Statement; rs Ljava/sql/ResultSet; Ó getBaseSchemaName getPrecision getScale getTableName getBaseTableName getCatalogName getColumnType getFormat getColumnTypeName type isReadOnly isWritable isDefinitelyWritable getField (I)Lorg/postgresql/core/Field; columnIndex getPGType getSQLType getColumnClassName result sqlType SourceFile #AbstractJdbc2ResultSetMetaData.java f ? ^ _ ` a b c "org/postgresql/jdbc2/CacheMetadata d e ? ? © ª n w r ¬ ? cash!" money# n ? r$ n%& ?' ? ? ?' ()*+,- java/lang/StringBuilder 9SELECT c.oid, a.attnum, a.attname, c.relname, n.nspname, ./ 4a.attnotnull OR (t.typtype = 'd' AND t.typnotnull), =pg_catalog.pg_get_expr(d.adbin, d.adrelid) LIKE '%nextval(%' FROM pg_catalog.pg_class c ;JOIN pg_catalog.pg_namespace n ON (c.relnamespace = n.oid) 7JOIN pg_catalog.pg_attribute a ON (c.oid = a.attrelid) 2JOIN pg_catalog.pg_type t ON (a.atttypid = t.oid) ULEFT JOIN pg_catalog.pg_attrdef d ON (d.adrelid = a.attrelid AND d.adnum = a.attnum) JOIN (0 n UNION ALL SELECT .1 AS oid , 2 n AS attnum 8) vals ON (c.oid = vals.oid AND a.attnum = vals.attnum) 345'6789:; ?<