Uses of Class
com.silverpeas.mydb.data.key.PrimaryKey

Packages that use PrimaryKey
com.silverpeas.mydb.control   
com.silverpeas.mydb.data.db   
com.silverpeas.mydb.data.key   
 

Uses of PrimaryKey in com.silverpeas.mydb.control
 

Methods in com.silverpeas.mydb.control that return PrimaryKey
 PrimaryKey TableManager.getPrimaryKey()
           
 

Methods in com.silverpeas.mydb.control with parameters of type PrimaryKey
 void TableManager.updatePrimaryKey(PrimaryKey newPrimaryKey)
          Updates the primary key.
 

Uses of PrimaryKey in com.silverpeas.mydb.data.db
 

Methods in com.silverpeas.mydb.data.db that return PrimaryKey
 PrimaryKey DbTable.getPrimaryKey()
           
 

Uses of PrimaryKey in com.silverpeas.mydb.data.key
 

Methods in com.silverpeas.mydb.data.key with parameters of type PrimaryKey
 void PrimaryKey.update(PrimaryKey primaryKey)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.