Package | Description |
---|---|
com.saperion.intf |
This package contains the common used interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Method and Description |
---|---|
DDC.DDCKind |
DDC.getDDCKind()
Returns the kind of the DDC.
|
static DDC.DDCKind |
DDC.DDCKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDC.DDCKind[] |
DDC.DDCKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DDC.DDCKind |
DDCImpl.getDDCKind() |
Constructor and Description |
---|
DDCImpl(String definitionName,
String tableName,
SQLType dataSourceType,
String dataSourceName,
boolean onDefaultDataSource,
DDC.DDCKind ddcKind,
DDC.TenantMode tenantMode,
SaFieldDescription[] descriptions)
Creates a new DDCImpl.
|
Copyright © 2016 SAPERION AG. All rights reserved.