com.sybase.afx.ulj
Class DatabaseConfig
java.lang.Object
com.sybase.afx.ulj.DatabaseConfig
public class DatabaseConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabaseConfig
public DatabaseConfig()
getApplicationName
public static java.lang.String getApplicationName()
- Returns:
- Returns the applicationName.
setApplicationName
public static void setApplicationName(java.lang.String applicationName)
- Parameters:
applicationName
- The applicationName to set.
getPageSize
public static int getPageSize()
- Returns:
- Returns the pageSize.
setPageSize
public static void setPageSize(int pageSize)
- Parameters:
pageSize
- The pageSize to set.
getPassword
public static java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public static void setPassword(java.lang.String password)
- Parameters:
password
- The password to set.
getCacheSize
public static int getCacheSize()
- Returns:
- Returns the cacheSize.
setCacheSize
public static void setCacheSize(int cacheSize)
- Parameters:
pageSize
- The cacheSize to set.
getRowMaximumThreshold
public static int getRowMaximumThreshold()
- Returns:
- Returns the cacheSize.
setRowMaximumThreshold
public static void setRowMaximumThreshold(int rowmax)
- Parameters:
pageSize
- The cacheSize to set.
isUsingDynamicPublication
public static boolean isUsingDynamicPublication()
- Returns:
- Returns the useDynamicPublication.
useDynamicPublication
public static void useDynamicPublication(boolean useDynamicPublication)
- Parameters:
useDynamicPublication
- The useDynamicPublication to set.