Interface SqlTypedJdbcType

All Superinterfaces:
JdbcType, Serializable
All Known Subinterfaces:
StructuredJdbcType
All Known Implementing Classes:
AbstractPostgreSQLStructJdbcType, DB2StructJdbcType, DelayedStructJdbcType, OracleArrayJdbcType, OracleBaseStructJdbcType, OracleNestedTableJdbcType, OracleReflectionStructJdbcType, OracleStructJdbcType, PostgreSQLStructCastingJdbcType, PostgreSQLStructPGObjectJdbcType, StructJdbcType

public interface SqlTypedJdbcType extends JdbcType
A JdbcType with a fixed SQL type name.
See Also:
  • Method Details

    • getSqlTypeName

      String getSqlTypeName()