| Package | Description |
|---|---|
| org.wso2.carbon.data.provider.bean | |
| org.wso2.carbon.data.provider.rdbms |
| Modifier and Type | Method and Description |
|---|---|
DataSetMetadata.Types[] |
DataSetMetadata.getTypes() |
static DataSetMetadata.Types |
DataSetMetadata.Types.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetMetadata.Types[] |
DataSetMetadata.Types.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetMetadata.put(int columnCount,
String name,
DataSetMetadata.Types type) |
| Modifier and Type | Method and Description |
|---|---|
DataSetMetadata.Types |
AbstractRDBMSDataProvider.getMetadataTypes(String dataType)
Get metadata type(linear,ordinal,time) for the given data type of the data base.
|
Copyright © 2018 WSO2. All rights reserved.