PDF (US Ltr)
- 3.6Mb
PDF (A4)
- 3.7Mb
Annotation for a database index.
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Index {public String name ;
public String unique ;
public Column[] columns ;
}
Columns that compose this index.