Package com.jedox.palojlib.interfaces
Interface IDatabaseInfo
- All Known Implementing Classes:
DatabaseInfo
public interface IDatabaseInfo
olap database information typically result from database/info
- Author:
- khaddadin
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
olap database status -
Method Summary
Modifier and TypeMethodDescriptionint
number of cubes in the databaseint
number of dimensions in the databaseget database statusIDatabaseInfo.DatabaseStatus
-
Method Details
-
getCubesNumber
int getCubesNumber()number of cubes in the database- Returns:
- number of cubes in the database
-
getDimensionsNumber
int getDimensionsNumber()number of dimensions in the database- Returns:
- number of dimensions in the database
-
getStatus
IDatabaseInfo.DatabaseStatus getStatus()get database statusIDatabaseInfo.DatabaseStatus
- Returns:
- database status
-