Servoy 3.5.x Public API

com.servoy.j2db.persistence
Interface ITable


public interface ITable

Identifies a SQL server table obj.


Field Summary
static int ALIAS
           
static int TABLE
           
static int VIEW
           
 
Method Summary
 int getColumnInfoID(String columnName)
           
 Iterator getColumnNames()
           
 int getColumnType(String name)
           
 String getName()
           
 Iterator getRowIdentColumnNames()
           
 String getServerName()
           
 String getSQLName()
           
 int getTableType()
           
 

Field Detail

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
Method Detail

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()

Copyright © 2009 Servoy B.V.