Package | Description |
---|---|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
AdmViewDatabaseInfo.getSQLTypeName(AdmViewDatabaseInfo.Context ctx,
java.lang.Object typenum)
Returns the text description for the given sql type number.
|
private void |
AdmViewDatabaseInfo.setTemplateFeaturesInfo(AdmViewDatabaseInfo.Context ctx)
Sets the template data for supported features information.
|
private void |
AdmViewDatabaseInfo.setTemplateSQLTypesInfo(AdmViewDatabaseInfo.Context ctx)
Sets the template data for supported SQL types information.
|
private void |
AdmViewDatabaseInfo.setTemplateTableColInfo(AdmViewDatabaseInfo.Context ctx)
Sets the template data for table column information.
|
private void |
AdmViewDatabaseInfo.setTemplateTableColSels(AdmViewDatabaseInfo.Context ctx)
Sets the template data for table column information selections.
|
private void |
AdmViewDatabaseInfo.setTemplateTableIdxInfo(AdmViewDatabaseInfo.Context ctx)
Sets the template data for table index information.
|
private void |
AdmViewDatabaseInfo.setTemplateTableSumInfo(AdmViewDatabaseInfo.Context ctx)
Sets the template data for table summary information.
|