Interface ICompositeType

All Superinterfaces:
ISearchPath, IStatement, IType
All Known Implementing Classes:
MetaCompositeType, PgCompositeType

public interface ICompositeType extends IType
Interface for database composite type
  • Method Details

    • getAttrType

      String getAttrType(String attrName)
      Returns the type of the specified attribute.
      Parameters:
      attrName - the attribute name
      Returns:
      the attribute type, or null if not found
    • getAttrs

      List<Pair<String,String>> getAttrs()
      Returns list of all attributes.
      Returns:
      list of attributes