Package adams.db
Interface RenamingDataProvider<T>
-
- Type Parameters:
T
- the type of the new name
- All Superinterfaces:
DatabaseConnectionProvider
,DatabaseConnectionUser
public interface RenamingDataProvider<T> extends DatabaseConnectionProvider
Interface for data providers that allow the renaming of data containers.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
rename(int dbid, T newName)
Renames the data container.-
Methods inherited from interface adams.db.DatabaseConnectionProvider
getDatabaseConnection
-
-