Uses of Class
org.silverpeas.components.mydb.model.DbTable
Packages that use DbTable
-
Uses of DbTable in org.silverpeas.components.mydb.model
Methods in org.silverpeas.components.mydb.model that return types with arguments of type DbTableModifier and TypeMethodDescriptionDbTable.defaultTable(MyDBConnectionInfo dsInfo) Loads the default table defined in the specifiedMyDBConnectionInfoinstance.DbTable.table(String tableName, MyDBConnectionInfo dsInfo) Gets the table with the specified name from the database referenced by the given connection information.