Uses of Class
org.wso2.carbon.data.provider.bean.DataSetMetadata.Types
-
Packages that use DataSetMetadata.Types Package Description org.wso2.carbon.data.provider.bean org.wso2.carbon.data.provider.rdbms -
-
Uses of DataSetMetadata.Types in org.wso2.carbon.data.provider.bean
Methods in org.wso2.carbon.data.provider.bean that return DataSetMetadata.Types Modifier and Type Method Description DataSetMetadata.Types[]DataSetMetadata. getTypes()static DataSetMetadata.TypesDataSetMetadata.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.Methods in org.wso2.carbon.data.provider.bean with parameters of type DataSetMetadata.Types Modifier and Type Method Description voidDataSetMetadata. put(int columnCount, String name, DataSetMetadata.Types type) -
Uses of DataSetMetadata.Types in org.wso2.carbon.data.provider.rdbms
Methods in org.wso2.carbon.data.provider.rdbms that return DataSetMetadata.Types Modifier and Type Method Description DataSetMetadata.TypesAbstractRDBMSDataProvider. getMetadataTypes(String dataType)Get metadata type(linear,ordinal,time) for the given data type of the data base.
-