Class JdbcDatastoreFieldDescriptor

    • Constructor Detail

      • JdbcDatastoreFieldDescriptor

        public JdbcDatastoreFieldDescriptor​(String name,
                                            String description)
        Create a new JdbcDatastoreFieldDescriptor.
        Parameters:
        name - The field name (must be unique per AdapterConfigurationGuiDescriptor or TableDescriptor). This name will also be used as the label for the field in the administrative console. To ensure configuration can be read in future releases of a plugin, it is recommended to not change the names - instead use a label to rename a field in the administrative console.
        description - The field description displayed in the administrative console.