Tuscany DAS for Relational Databases

Serialized Form


Package org.apache.tuscany.das.rdb.config.impl

Class org.apache.tuscany.das.rdb.config.impl.ColumnImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

collision

boolean collision
The cached value of the 'Collision' attribute.

See Also:
ColumnImpl.isCollision()

columnType

String columnType
The cached value of the 'Column Type' attribute.

See Also:
ColumnImpl.getColumnType()

converterClassName

String converterClassName
The cached value of the 'Converter Class Name' attribute.

See Also:
ColumnImpl.getConverterClassName()

generated

boolean generated
The cached value of the 'Generated' attribute.

See Also:
ColumnImpl.isGenerated()

name

String name
The cached value of the 'Name' attribute.

See Also:
ColumnImpl.getName()

primaryKey

boolean primaryKey
The cached value of the 'Primary Key' attribute.

See Also:
ColumnImpl.isPrimaryKey()

propertyName

String propertyName
The cached value of the 'Property Name' attribute.

See Also:
ColumnImpl.getPropertyName()

table

String table
The cached value of the 'Table' attribute.

See Also:
ColumnImpl.getTable()

Class org.apache.tuscany.das.rdb.config.impl.CommandImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

parameter

org.eclipse.emf.common.util.EList parameter
The cached value of the 'Parameter' containment reference list.

See Also:
CommandImpl.getParameter()

resultDescriptor

org.eclipse.emf.common.util.EList resultDescriptor
The cached value of the 'Result Descriptor' containment reference list.

See Also:
CommandImpl.getResultDescriptor()

config

String config
The cached value of the 'Config' attribute.

See Also:
CommandImpl.getConfig()

kind

String kind
The cached value of the 'Kind' attribute.

See Also:
CommandImpl.getKind()

name

String name
The cached value of the 'Name' attribute.

See Also:
CommandImpl.getName()

sql

String sql
The cached value of the 'SQL' attribute.

See Also:
CommandImpl.getSQL()

Class org.apache.tuscany.das.rdb.config.impl.ConfigImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

command

org.eclipse.emf.common.util.EList command
The cached value of the 'Command' containment reference list.

See Also:
ConfigImpl.getCommand()

connectionProperties

ConnectionProperties connectionProperties
The cached value of the 'Connection Properties' containment reference.

See Also:
ConfigImpl.getConnectionProperties()

table

org.eclipse.emf.common.util.EList table
The cached value of the 'Table' containment reference list.

See Also:
ConfigImpl.getTable()

relationship

org.eclipse.emf.common.util.EList relationship
The cached value of the 'Relationship' containment reference list.

See Also:
ConfigImpl.getRelationship()

uri

String uri
The cached value of the 'Uri' attribute.

See Also:
ConfigImpl.getUri()

Class org.apache.tuscany.das.rdb.config.impl.ConnectionPropertiesImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

config

String config
The cached value of the 'Config' attribute.

See Also:
ConnectionPropertiesImpl.getConfig()

dataSource

String dataSource
The cached value of the 'Data Source' attribute.

See Also:
ConnectionPropertiesImpl.getDataSource()

driverClassName

String driverClassName
The cached value of the 'Driver Class Name' attribute.

See Also:
ConnectionPropertiesImpl.getDriverClassName()

driverPassword

String driverPassword
The cached value of the 'Driver Password' attribute.

See Also:
ConnectionPropertiesImpl.getDriverPassword()

driverURL

String driverURL
The cached value of the 'Driver URL' attribute.

See Also:
ConnectionPropertiesImpl.getDriverURL()

driverUserName

String driverUserName
The cached value of the 'Driver User Name' attribute.

See Also:
ConnectionPropertiesImpl.getDriverUserName()

Class org.apache.tuscany.das.rdb.config.impl.KeyPairImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

foreignKeyColumn

String foreignKeyColumn
The cached value of the 'Foreign Key Column' attribute.

See Also:
KeyPairImpl.getForeignKeyColumn()

primaryKeyColumn

String primaryKeyColumn
The cached value of the 'Primary Key Column' attribute.

See Also:
KeyPairImpl.getPrimaryKeyColumn()

relationship

String relationship
The cached value of the 'Relationship' attribute.

See Also:
KeyPairImpl.getRelationship()

Class org.apache.tuscany.das.rdb.config.impl.ParameterImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

columnType

String columnType
The cached value of the 'Column Type' attribute.

See Also:
ParameterImpl.getColumnType()

command

String command
The cached value of the 'Command' attribute.

See Also:
ParameterImpl.getCommand()

name

String name
The cached value of the 'Name' attribute.

See Also:
ParameterImpl.getName()

Class org.apache.tuscany.das.rdb.config.impl.RelationshipImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

keyPair

org.eclipse.emf.common.util.EList keyPair
The cached value of the 'Key Pair' containment reference list.

See Also:
RelationshipImpl.getKeyPair()

config

String config
The cached value of the 'Config' attribute.

See Also:
RelationshipImpl.getConfig()

foreignKeyTable

String foreignKeyTable
The cached value of the 'Foreign Key Table' attribute.

See Also:
RelationshipImpl.getForeignKeyTable()

many

boolean many
The cached value of the 'Many' attribute.

See Also:
RelationshipImpl.isMany()

name

String name
The cached value of the 'Name' attribute.

See Also:
RelationshipImpl.getName()

primaryKeyTable

String primaryKeyTable
The cached value of the 'Primary Key Table' attribute.

See Also:
RelationshipImpl.getPrimaryKeyTable()

Class org.apache.tuscany.das.rdb.config.impl.ResultDescriptorImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

columnName

String columnName
The cached value of the 'Column Name' attribute.

See Also:
ResultDescriptorImpl.getColumnName()

columnType

String columnType
The cached value of the 'Column Type' attribute.

See Also:
ResultDescriptorImpl.getColumnType()

command

String command
The cached value of the 'Command' attribute.

See Also:
ResultDescriptorImpl.getCommand()

converter

String converter
The cached value of the 'Converter' attribute.

See Also:
ResultDescriptorImpl.getConverter()

tableName

String tableName
The cached value of the 'Table Name' attribute.

See Also:
ResultDescriptorImpl.getTableName()

Class org.apache.tuscany.das.rdb.config.impl.TableImpl extends org.apache.tuscany.sdo.impl.DataObjectImpl implements Serializable

Serialized Fields

column

org.eclipse.emf.common.util.EList column
The cached value of the 'Column' containment reference list.

See Also:
TableImpl.getColumn()

config

String config
The cached value of the 'Config' attribute.

See Also:
TableImpl.getConfig()

create

String create
The cached value of the 'Create' attribute.

See Also:
TableImpl.getCreate()

delete

String delete
The cached value of the 'Delete' attribute.

See Also:
TableImpl.getDelete()

name

String name
The cached value of the 'Name' attribute.

See Also:
TableImpl.getName()

propertyName

String propertyName
The cached value of the 'Property Name' attribute.

See Also:
TableImpl.getPropertyName()

update

String update
The cached value of the 'Update' attribute.

See Also:
TableImpl.getUpdate()


Tuscany DAS for Relational Databases

-