src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/SqlType.java
branchJDK-8188051-branch
changeset 56997 c9cbac2979fb
parent 56824 62e92191354d
equal deleted inserted replaced
56832:4f7713e6a308 56997:c9cbac2979fb
    47 
    47 
    48   /**
    48   /**
    49    * 
    49    * 
    50    * @return a Java type that best represents values of this SQL type
    50    * @return a Java type that best represents values of this SQL type
    51    */
    51    */
    52   public <T> Class<T> getJavaType();
    52   public Class<?> getJavaType();
    53 }
    53 }