Interface AggregateJdbcType

All Superinterfaces:
JdbcType, Serializable
All Known Subinterfaces:
StructuredJdbcType
All Known Implementing Classes:
AbstractPostgreSQLJsonPGObjectType, AbstractPostgreSQLStructJdbcType, DB2StructJdbcType, DelayedStructJdbcType, H2FormatJsonJdbcType, H2JsonJdbcType, JsonAsStringJdbcType, JsonJdbcType, MariaDBCastingJsonJdbcType, MySQLCastingJsonJdbcType, OracleBaseStructJdbcType, OracleJsonBlobJdbcType, OracleJsonJdbcType, OracleReflectionStructJdbcType, OracleStructJdbcType, OracleXmlJdbcType, PostgreSQLCastingJsonJdbcType, PostgreSQLJsonPGObjectJsonbType, PostgreSQLJsonPGObjectJsonType, PostgreSQLStructCastingJdbcType, PostgreSQLStructPGObjectJdbcType, SQLServerCastingXmlJdbcType, StructJdbcType, XmlAsStringJdbcType, XmlJdbcType

public interface AggregateJdbcType extends JdbcType
Descriptor for aggregate handling like STRUCT, JSON and SQLXML.