Interface ColumnDescriptor


  • public interface ColumnDescriptor
    • Method Detail

      • name

        String name()
        Returns:
        the column name
      • isArray

        boolean isArray()
        Returns:
        whether the column is an array
      • typeName

        String typeName()
        Returns:
        vendor-specific name of the column type, or null if unknown
      • jdbcType

        JDBCType jdbcType()
        Returns:
        the most appropriate JDBCType