ch.sahits.model.db
Interface IConnectableDataBaseTable

All Superinterfaces:
IDataBaseTable, IDBTable, IGeneratedObject
All Known Implementing Classes:
DataBaseTable

public interface IConnectableDataBaseTable
extends IDBTable, IDataBaseTable

This interface combines the Description of a database table with the information to its accessability

Since:
1.2.0
Author:
Andi hotz

Method Summary
 
Methods inherited from interface ch.sahits.model.db.IDBTable
getDbName, getDbProductName, getHost, getPassword, getPort, getSchema, getTableName, getUserName, setDbName, setHost, setPassword, setPort, setSchema, setTableName, setUserName
 
Methods inherited from interface ch.sahits.model.db.IDataBaseTable
add, add, getFields, getIndexes, getTableName, setIndexes, setTableName, uniqueKeys, usedClasses