Interface CommonTableDetails
- All Superinterfaces:
Annotation, DatabaseObjectDetails, IndexCollector, UniqueConstraintCollector
public interface CommonTableDetails
extends DatabaseObjectDetails, UniqueConstraintCollector, IndexCollector
Information which is common across all table annotations
-
Method Summary
Methods inherited from interface Annotation
annotationType, equals, hashCode, toStringMethods inherited from interface DatabaseObjectDetails
catalog, catalog, schema, schemaMethods inherited from interface IndexCollector
indexes, indexesMethods inherited from interface UniqueConstraintCollector
uniqueConstraints, uniqueConstraints
-
Method Details
-
name
String name()The table name -
name
-