Uses of Class
net.sf.dewdrop.sqlml.PrimaryKey

Packages that use PrimaryKey
net.sf.dewdrop.sqlml   
 

Uses of PrimaryKey in net.sf.dewdrop.sqlml
 

Fields in net.sf.dewdrop.sqlml declared as PrimaryKey
protected  PrimaryKey Column.innerPk
           
protected  PrimaryKey Table.primaryKey
           
 

Methods in net.sf.dewdrop.sqlml that return PrimaryKey
 PrimaryKey Column.getInnerPrimaryKey()
           
 PrimaryKey Table.getPrimaryKey()
           
 

Methods in net.sf.dewdrop.sqlml with parameters of type PrimaryKey
 void Column.setInnerPrimaryKey(PrimaryKey inner)
           
 void Table.setPrimaryKey(PrimaryKey primaryKey)