|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.plugin.FarragoAbstractPluginBase net.sf.farrago.namespace.impl.MedAbstractBase net.sf.farrago.namespace.impl.MedAbstractDataWrapper com.lucidera.lcs.LcsDataWrapper
public class LcsDataWrapper
LcsDataWrapper implements the FarragoMedDataWrapper
interface for
LucidDB column-store data.
Field Summary |
---|
Fields inherited from class net.sf.farrago.plugin.FarragoAbstractPluginBase |
---|
BOOLEAN_CHOICES_DEFAULT_FALSE, BOOLEAN_CHOICES_DEFAULT_TRUE, EMPTY_DRIVER_PROPERTIES |
Constructor Summary | |
---|---|
LcsDataWrapper()
Creates a new data wrapper instance. |
Method Summary | |
---|---|
String |
getDescription(Locale locale)
Obtains a description of this plugin. |
String |
getSuggestedName()
Obtains a suggested name for this plugin in the SQL catalog. |
boolean |
isForeign()
Determines whether this data wrapper accesses foreign data, or manages local data. |
FarragoMedDataServer |
newServer(String serverMofId,
Properties props)
Creates an instance of this wrapper for a particular server. |
Methods inherited from class net.sf.farrago.namespace.impl.MedAbstractDataWrapper |
---|
closeAllocation, getColumnPropertyInfo, getColumnSetPropertyInfo, getLibraryName, getPluginPropertyInfo, getProperties, getRepos, getServerPropertyInfo, initialize, setLibraryName, supportsServerSharing |
Methods inherited from class net.sf.farrago.plugin.FarragoAbstractPluginBase |
---|
getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getShortProperty, requireProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LcsDataWrapper()
Method Detail |
---|
public String getSuggestedName()
FarragoPlugin
public String getDescription(Locale locale)
FarragoPlugin
locale
- Locale for formatting description
public FarragoMedDataServer newServer(String serverMofId, Properties props) throws SQLException
FarragoMedDataWrapper
If this wrapper returns false from the isForeign method, then returned server instances must implement the FarragoMedLocalDataServer interface.
serverMofId
- MOFID of server definition in repository; this can be
used for accessing the server definition from generated codeprops
- server properties
SQLException
- if server connection is unsuccessfulpublic boolean isForeign()
FarragoMedDataWrapperInfo
isForeign
in interface FarragoMedDataWrapperInfo
isForeign
in class MedAbstractDataWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |