PDF (US Ltr)
- 3.3Mb
PDF (A4)
- 3.3Mb
HTML Download (TGZ)
- 0.5Mb
HTML Download (Zip)
- 0.5Mb
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.