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