Servoy 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 UNKNOWN
           
static int VIEW
           
 
Method Summary
 String getCatalog()
           
 String[] getColumnNames()
           
 int getColumnType(String name)
           
 String getDataSource()
           
 String getName()
           
 Iterator<String> getRowIdentColumnNames()
           
 String getSchema()
           
 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

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

VIEW

static final int VIEW
See Also:
Constant Field Values
Method Detail

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

Copyright © 2010 Servoy B.V.