public interface DatabaseAccess
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VocabularyString |
getCatalogFilter()
Returns the value of the 'Catalog Filter' containment reference
|
VocabularyString |
getDatabaseId()
Returns the value of the 'Database Id' containment reference
|
int |
getDatabasePropertyDisplayCount()
Returns the value of the 'Database Property Display Count' attribute
|
org.eclipse.emf.common.util.EList |
getDatabasePropertyList()
Returns the value of the 'Database Property List' containment reference list.
|
VocabularyString |
getDatabaseURL()
Returns the value of the 'Database URL' containment reference
|
VocabularyString |
getJdbcDriverClass()
Returns the value of the 'Jdbc Driver Class' containment reference
|
VocabularyString |
getPassword()
Returns the value of the 'Password' containment reference
|
VocabularyString |
getSchemaFilter()
Returns the value of the 'Schema Filter' containment reference
|
VocabularyString |
getUsername()
Returns the value of the 'Username' containment reference
|
void |
setCatalogFilter(VocabularyString value)
Sets the value of the '
Catalog Filter ' containment reference |
void |
setDatabaseId(VocabularyString value)
Sets the value of the '
Database Id ' containment reference |
void |
setDatabasePropertyDisplayCount(int value)
Sets the value of the '
Database Property Display Count ' attribute |
void |
setDatabaseURL(VocabularyString value)
Sets the value of the '
Database URL ' containment reference |
void |
setJdbcDriverClass(VocabularyString value)
Sets the value of the '
Jdbc Driver Class ' containment reference |
void |
setPassword(VocabularyString value)
Sets the value of the '
Password ' containment reference |
void |
setSchemaFilter(VocabularyString value)
Sets the value of the '
Schema Filter ' containment reference |
void |
setUsername(VocabularyString value)
Sets the value of the '
Username ' containment reference |
VocabularyString getDatabaseId()
If the meaning of the 'Database Id' containment reference isn't clear, there really should be more of a description here...
setDatabaseId(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_DatabaseId()
void setDatabaseId(VocabularyString value)
Database Id
' containment reference.
value
- the new value of the 'Database Id' containment reference.getDatabaseId()
VocabularyString getJdbcDriverClass()
If the meaning of the 'Jdbc Driver Class' containment reference isn't clear, there really should be more of a description here...
setJdbcDriverClass(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_JdbcDriverClass()
void setJdbcDriverClass(VocabularyString value)
Jdbc Driver Class
' containment reference.
value
- the new value of the 'Jdbc Driver Class' containment reference.getJdbcDriverClass()
VocabularyString getDatabaseURL()
If the meaning of the 'Database URL' containment reference isn't clear, there really should be more of a description here...
setDatabaseURL(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_DatabaseURL()
void setDatabaseURL(VocabularyString value)
Database URL
' containment reference.
value
- the new value of the 'Database URL' containment reference.getDatabaseURL()
VocabularyString getUsername()
If the meaning of the 'Username' containment reference isn't clear, there really should be more of a description here...
setUsername(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_Username()
void setUsername(VocabularyString value)
Username
' containment reference.
value
- the new value of the 'Username' containment reference.getUsername()
VocabularyString getPassword()
If the meaning of the 'Password' containment reference isn't clear, there really should be more of a description here...
setPassword(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_Password()
void setPassword(VocabularyString value)
Password
' containment reference.
value
- the new value of the 'Password' containment reference.getPassword()
int getDatabasePropertyDisplayCount()
If the meaning of the 'Database Property Display Count' attribute isn't clear, there really should be more of a description here...
setDatabasePropertyDisplayCount(int)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_DatabasePropertyDisplayCount()
void setDatabasePropertyDisplayCount(int value)
Database Property Display Count
' attribute.
value
- the new value of the 'Database Property Display Count' attribute.getDatabasePropertyDisplayCount()
VocabularyString getCatalogFilter()
If the meaning of the 'Catalog Filter' containment reference isn't clear, there really should be more of a description here...
setCatalogFilter(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_CatalogFilter()
void setCatalogFilter(VocabularyString value)
Catalog Filter
' containment reference.
value
- the new value of the 'Catalog Filter' containment reference.getCatalogFilter()
VocabularyString getSchemaFilter()
If the meaning of the 'Schema Filter' containment reference isn't clear, there really should be more of a description here...
setSchemaFilter(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseAccess_SchemaFilter()
void setSchemaFilter(VocabularyString value)
Schema Filter
' containment reference.
value
- the new value of the 'Schema Filter' containment reference.getSchemaFilter()
org.eclipse.emf.common.util.EList getDatabasePropertyList()
DatabaseProperty
.
If the meaning of the 'Database Property List' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getDatabaseAccess_DatabasePropertyList()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.