public class StoreProperties
extends java.lang.Object
StoreProperties
acts as a base for store specific properties.Modifier and Type | Method and Description |
---|---|
int |
getMaxColNameLength()
Set maximum column name length if any.
|
int |
getMaxTableNameLength()
Set maximum table name length if any.
|
java.lang.String |
sanitizeNameIfNeeded(java.lang.String pdName)
Implement this method if any store specific sanitize is required.
|
public java.lang.String sanitizeNameIfNeeded(java.lang.String pdName)
pdName
- public int getMaxTableNameLength()
public int getMaxColNameLength()