|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Extends Table interface to accept configuration parameters associated with connecting a table to an external resource, such as a flatfile or external JDBC-compatible database.
Typically the external tables or data file are pre-existing so, we need to get more meta information about the data organization so that it can load those existing data file as Axion table.
| Field Summary | |
static String |
DELIMITED_TABLE_TYPE
|
static String |
EXTERNAL_DB_TABLE_TYPE
|
static String |
FW_TABLE_TYPE
|
static String |
PROP_LOADTYPE
Property key representing specific table type to be built |
static String |
TAGGED_EBCDIC_TABLE_TYPE
|
| Fields inherited from interface org.axiondb.Table |
REGULAR_TABLE_TYPE, SYSTEM_TABLE_TYPE |
| Method Summary | |
Properties |
getTableProperties()
Gets Organization Property. |
void |
remount()
|
boolean |
setTableProperties(Properties prop)
Sets collection of configuration properties for this external table to the given Properties instance. |
| Methods inherited from interface org.axiondb.RowSource |
getRow |
| Field Detail |
public static final String DELIMITED_TABLE_TYPE
public static final String FW_TABLE_TYPE
public static final String TAGGED_EBCDIC_TABLE_TYPE
public static final String EXTERNAL_DB_TABLE_TYPE
public static final String PROP_LOADTYPE
| Method Detail |
public boolean setTableProperties(Properties prop)
throws AxionException
prop - configuration properties for this external table
AxionExceptionpublic Properties getTableProperties()
public void remount()
throws AxionException
AxionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||