public class PrimaryKeyColumnConstraint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ascDesc |
protected java.lang.String |
autoincrement |
protected java.lang.String |
conflictClause |
Constructor and Description |
---|
PrimaryKeyColumnConstraint(AscDesc ascDesc,
ConflictClauses conflictClause,
boolean autoincrement) |
PrimaryKeyColumnConstraint(PRIMARY_KEY pkAnnotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected final java.lang.String ascDesc
protected final java.lang.String conflictClause
protected final java.lang.String autoincrement
public PrimaryKeyColumnConstraint(AscDesc ascDesc, ConflictClauses conflictClause, boolean autoincrement)
public PrimaryKeyColumnConstraint(PRIMARY_KEY pkAnnotation)