Interface SqlMembers


  • public interface SqlMembers
    Interface for meta annotation members specific to SQL.
    Since:
    1.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CATALOG
      Meta annotation member to represent the catalog.
      static java.lang.String SCHEMA
      Meta annotation member to represent the schema.
    • Field Detail

      • SCHEMA

        static final java.lang.String SCHEMA
        Meta annotation member to represent the schema. This is not an actual annotation member because not all database types support the notion of a custom schema.
        See Also:
        Constant Field Values
      • CATALOG

        static final java.lang.String CATALOG
        Meta annotation member to represent the catalog. This is not an actual annotation member because not all database types support the notion of a custom schema.
        See Also:
        Constant Field Values