Interface SqlMembers


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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Meta annotation member to represent the catalog.
    static final String
    Meta annotation member to represent the schema.
  • Field Details

    • SCHEMA

      static final String SCHEMA
      Meta annotation member to represent the schema. This exists for backward compatibility and should not be used.
      See Also:
    • CATALOG

      static final 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: