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
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
VIEW
static final int VIEW
- See Also:
- Constant Field Values
getCatalog
String getCatalog()
getColumnNames
String[] getColumnNames()
getColumnType
int getColumnType(String name)
getDataSource
String getDataSource()
getName
String getName()
getRowIdentColumnNames
Iterator<String> getRowIdentColumnNames()
getSchema
String getSchema()
getServerName
String getServerName()
getSQLName
String getSQLName()
getTableType
int getTableType()