Class DataStructuresUtils
java.lang.Object
org.eclipse.dirigible.commons.api.helpers.DataStructuresUtils
public class DataStructuresUtils extends Object
The Class DataStructuresUtils.
-
Constructor Summary
Constructors Constructor Description DataStructuresUtils() -
Method Summary
Modifier and Type Method Description static StringgetCaseSensitiveTableName(String tableName)Gets the case sensitive table name.
-
Constructor Details
-
DataStructuresUtils
public DataStructuresUtils()
-
-
Method Details
-
getCaseSensitiveTableName
Gets the case sensitive table name.- Parameters:
tableName- the table name- Returns:
- the case sensitive table name
-