Annotation Type SqlStruct


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface SqlStruct
    Identifies a type that represents a STRUCT SQL type.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      SqlStruct.Field[] fields
      The fields of the SQL STRUCT type.
      java.lang.String sqlTypeName
      The SQL name of the SQL STRUCT type.
    • Element Detail

      • sqlTypeName

        java.lang.String sqlTypeName
        The SQL name of the SQL STRUCT type.
        Returns:
        the SQL identifier
      • fields

        SqlStruct.Field[] fields
        The fields of the SQL STRUCT type.
        Returns:
        the fields