|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.sqlbuilder.model.DatabaseHelper
public class DatabaseHelper
Provides utility functions related to database.
Constructor Summary | |
---|---|
DatabaseHelper()
|
Method Summary | |
---|---|
static java.util.List |
getSchemaList(Database database)
Returns the list of schemas for the given database. |
static java.util.List |
getTableList(Database database)
Returns the list of tables for the given database. |
static java.util.List |
getTableList(Schema schema)
Returns the List of tables belonging to the given schema. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseHelper()
Method Detail |
---|
public static java.util.List getTableList(Database database)
public static java.util.List getTableList(Schema schema)
schema
- the Schema for which tables are needed
public static java.util.List getSchemaList(Database database)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |