public interface EventStorageJdbc extends AbstractEventStorageJdbc
The following features are supported:
OsgiPackage.getEventStorageJdbc()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getDriverBundles()
Returns the value of the 'Driver Bundles' attribute list.
|
String |
getJdbcDriverName()
Returns the value of the 'Jdbc Driver Name' attribute.
|
Integer |
getMaxFieldLength()
Returns the value of the 'Max Field Length' attribute.
|
Integer |
getQueryFetchSize()
Returns the value of the 'Query Fetch Size' attribute.
|
void |
setJdbcDriverName(String value)
Sets the value of the '
Jdbc Driver Name ' attribute. |
void |
setMaxFieldLength(Integer value)
Sets the value of the '
Max Field Length ' attribute. |
void |
setQueryFetchSize(Integer value)
Sets the value of the '
Query Fetch Size ' attribute. |
getArchiveDays, getCleanupPeriodSeconds, getInstanceName, getJdbcProperties, getSchema, isEnableReplication, setArchiveDays, setCleanupPeriodSeconds, setEnableReplication, setInstanceName, setSchema
String getJdbcDriverName()
If the meaning of the 'Jdbc Driver Name' attribute isn't clear, there really should be more of a description here...
getJdbcDriverName
in interface AbstractEventStorageJdbc
setJdbcDriverName(String)
,
OsgiPackage.getEventStorageJdbc_JdbcDriverName()
void setJdbcDriverName(String value)
Jdbc Driver Name
' attribute.
value
- the new value of the 'Jdbc Driver Name' attribute.getJdbcDriverName()
org.eclipse.emf.common.util.EList<String> getDriverBundles()
String
.
Defines a list of OSGi bundles to start automatically.
getDriverBundles
in interface AbstractEventStorageJdbc
OsgiPackage.getEventStorageJdbc_DriverBundles()
Integer getMaxFieldLength()
If the meaning of the 'Max Field Length' attribute isn't clear, there really should be more of a description here...
setMaxFieldLength(Integer)
,
OsgiPackage.getEventStorageJdbc_MaxFieldLength()
void setMaxFieldLength(Integer value)
Max Field Length
' attribute.
value
- the new value of the 'Max Field Length' attribute.getMaxFieldLength()
Integer getQueryFetchSize()
If the meaning of the 'Query Fetch Size' attribute isn't clear, there really should be more of a description here...
setQueryFetchSize(Integer)
,
OsgiPackage.getEventStorageJdbc_QueryFetchSize()
void setQueryFetchSize(Integer value)
Query Fetch Size
' attribute.
value
- the new value of the 'Query Fetch Size' attribute.getQueryFetchSize()