public class KeyInfo
extends Object 
- 
Constructor Summary
Constructors
KeyInfo(boolean primary,
 Property<?> property,
 String name,
 int order,
 boolean unique,
 boolean autoIncrement) 
 
 
 
- 
Method Summary
 
 
 
boolean
 
boolean
 
boolean
 
int
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
KeyInfo
public KeyInfo(boolean primary,
 Property<?> property,
 String name,
 int order,
 boolean unique,
 boolean autoIncrement) 
 
 
- 
Method Details
- 
isPrimary
public boolean isPrimary()
 
- 
 
- 
 
- 
 
- 
 
- 
isUnique
public boolean isUnique()
 
- 
isAutoIncrement
public boolean isAutoIncrement()