Package io.micronaut.data.annotation.sql
Interface SqlMembers
-
public interface SqlMembers
Interface for meta annotation members specific to SQL.- Since:
- 1.0.0
- Author:
- graemerocher
-
-
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
-
-