|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.dataengine.AbstractTableManager
Constructor Summary | |
AbstractTableManager()
AbstractTableManager constructor comment. |
Method Summary | |
static StringBuffer |
appendFromClause(StringBuffer pSQL,
String pLibrary,
String pTable)
Appends a FROM clause to the StringBuffer |
static StringBuffer |
appendSelectClause(StringBuffer pSQL,
List pColumnNames)
Appends a SELECT clause to the StringBuffer |
void |
createTable(String metaDataAlias)
Creates a table. |
abstract String |
getDefaultTableName()
Gets the default table name. |
String |
getLibraryName()
Gets the name of the library containing this table. |
Table |
getTable(String metaDataAlias)
Gets the Table object this manager manages. |
String |
getTableName()
Gets the name of the table in which information is stored. |
abstract String |
getTableSQLString(String libraryName,
String tableName)
Get an SQL String that can be used to create the table. |
void |
setTableName(String tableName)
Sets the name of the table in which information is stored. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractTableManager()
Method Detail |
public static StringBuffer appendFromClause(StringBuffer pSQL, String pLibrary, String pTable)
public static StringBuffer appendSelectClause(StringBuffer pSQL, List pColumnNames)
public void createTable(String metaDataAlias) throws CMException
metaDataAlias
- The alias of the system to create a table for.
CMException
public abstract String getDefaultTableName()
public String getLibraryName()
public Table getTable(String metaDataAlias)
public String getTableName()
public abstract String getTableSQLString(String libraryName, String tableName)
public void setTableName(String tableName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |