| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.sql.reference.DBObject
public class DBObject
Represents a database object used in content assist.
| Field Summary | |
|---|---|
| static int | COLUMN | 
| static int | DATABASE | 
| static int | DATATYPE | 
| static int | EVENT | 
| static int | FUNCTION | 
| static int | GLOBAL_TEMPORARY_TABLEglobal temporary table type | 
| static int | LOCAL_TEMPORARY_TABLElocal temporary table type | 
| static int | STORED_PROCEDURE | 
| static int | SYSTABLEsystem table type | 
| static int | SYSTEM_FUNCTION | 
| static int | SYSTEM_STORED_PROCEDURE | 
| static int | SYSVIEWsystem view type | 
| static int | TABLEstandard table type | 
| static int | TABLE_ALIAS | 
| static int | TRIGGER | 
| static int | VIEWview type, value | 
| Constructor Summary | |
|---|---|
| DBObject() | |
| DBObject(java.lang.String owner,
         java.lang.String name,
         int type) | |
| Method Summary | |
|---|---|
|  java.lang.String | getName() | 
|  java.lang.String | getOwner() | 
|  int | getType() | 
|  void | setName(java.lang.String name) | 
|  void | setOwner(java.lang.String _owner) | 
|  void | setType(int type) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int COLUMN
public static final int TABLE
public static final int VIEW
public static final int SYSTABLE
public static final int SYSVIEW
public static final int LOCAL_TEMPORARY_TABLE
public static final int GLOBAL_TEMPORARY_TABLE
public static final int TABLE_ALIAS
public static final int DATABASE
public static final int STORED_PROCEDURE
public static final int FUNCTION
public static final int SYSTEM_STORED_PROCEDURE
public static final int SYSTEM_FUNCTION
public static final int TRIGGER
public static final int EVENT
public static final int DATATYPE
| Constructor Detail | 
|---|
public DBObject(java.lang.String owner,
                java.lang.String name,
                int type)
public DBObject()
| Method Detail | 
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public int getType()
public void setType(int type)
public java.lang.String getOwner()
public void setOwner(java.lang.String _owner)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||