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

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

See Also:
ColumnImpl.getColumnType()

converterClassName

java.lang.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

java.lang.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

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

See Also:
ColumnImpl.getPropertyName()

table

java.lang.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

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

See Also:
CommandImpl.getConfig()

kind

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

See Also:
CommandImpl.getKind()

name

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

See Also:
CommandImpl.getName()

sql

java.lang.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

java.lang.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

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

See Also:
ConnectionPropertiesImpl.getConfig()

dataSource

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

See Also:
ConnectionPropertiesImpl.getDataSource()

driverClassName

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

See Also:
ConnectionPropertiesImpl.getDriverClassName()

driverPassword

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

See Also:
ConnectionPropertiesImpl.getDriverPassword()

driverURL

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

See Also:
ConnectionPropertiesImpl.getDriverURL()

driverUserName

java.lang.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

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

See Also:
KeyPairImpl.getForeignKeyColumn()

primaryKeyColumn

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

See Also:
KeyPairImpl.getPrimaryKeyColumn()

relationship

java.lang.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

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

See Also:
ParameterImpl.getColumnType()

command

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

See Also:
ParameterImpl.getCommand()

name

java.lang.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

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

See Also:
RelationshipImpl.getConfig()

foreignKeyTable

java.lang.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

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

See Also:
RelationshipImpl.getName()

primaryKeyTable

java.lang.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

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

See Also:
ResultDescriptorImpl.getColumnName()

columnType

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

See Also:
ResultDescriptorImpl.getColumnType()

command

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

See Also:
ResultDescriptorImpl.getCommand()

converter

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

See Also:
ResultDescriptorImpl.getConverter()

tableName

java.lang.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

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

See Also:
TableImpl.getConfig()

create

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

See Also:
TableImpl.getCreate()

delete

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

See Also:
TableImpl.getDelete()

name

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

See Also:
TableImpl.getName()

propertyName

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

See Also:
TableImpl.getPropertyName()

update

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

See Also:
TableImpl.getUpdate()


Tuscany DAS for Relational Databases

-