|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.repository.db.StandardDBConnectionToIOObjectConverter
public class StandardDBConnectionToIOObjectConverter
Simply converts the table to an ExampleSet.
| Constructor Summary | |
|---|---|
StandardDBConnectionToIOObjectConverter()
|
|
| Method Summary | |
|---|---|
IOObject |
convert(ConnectionEntry connection,
TableName tableName)
Retrieves the actual data and returns it. |
MetaData |
convertMetaData(ConnectionEntry connection,
TableName tableName,
java.util.List<ColumnIdentifier> columns)
Returns meta data describing the entry. |
java.lang.String |
getSuffix()
Returns a suffix to be appended to entries in the repository tree to identify the converter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardDBConnectionToIOObjectConverter()
| Method Detail |
|---|
public IOObject convert(ConnectionEntry connection,
TableName tableName)
throws OperatorException
DBConnectionToIOObjectConverter
convert in interface DBConnectionToIOObjectConverterOperatorException
public MetaData convertMetaData(ConnectionEntry connection,
TableName tableName,
java.util.List<ColumnIdentifier> columns)
DBConnectionToIOObjectConverter
convertMetaData in interface DBConnectionToIOObjectConverterpublic java.lang.String getSuffix()
DBConnectionToIOObjectConverter
getSuffix in interface DBConnectionToIOObjectConverter
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||