Servoy 4.1.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)
           
 String[] getColumnNames()
           
 int getColumnType(String name)
           
 String getName()
           
 Iterator getRowIdentColumnNames()
           
 String getServerName()
           
 String getSQLName()
           
 int getTableType()
           
 

Field Detail

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

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)

Copyright © 2009 Servoy B.V.

>