com.servoy.j2db.persistence
Interface ITable
public interface ITable
Identifies a SQL server table obj.
ALIAS
static final int ALIAS
- See Also:
- Constant Field Values
TABLE
static final int TABLE
- See Also:
- Constant Field Values
VIEW
static final int VIEW
- See Also:
- Constant Field Values
getColumnInfoID
int getColumnInfoID(String columnName)
getColumnNames
Iterator getColumnNames()
getColumnType
int getColumnType(String name)
getName
String getName()
getRowIdentColumnNames
Iterator getRowIdentColumnNames()
getServerName
String getServerName()
getSQLName
String getSQLName()
getTableType
int getTableType()