Interface EmptyCopyable<C extends EmptyCopyable<C>>

Type Parameters:
C - is the type of a EmptyCopyable.
All Known Subinterfaces:
IDataAdapter, IDataAdapterAndSchemaReader
All Known Implementing Classes:
AbstractDataAdapter, AbstractDataAdapterAndSchemaReader, MsSqlDataAdapter, MsSqlDataAdapterAndSchemaReader, NodeDataAdapter, NodeDataAdapterAndSchemaReader

public interface EmptyCopyable<C extends EmptyCopyable<C>>
A EmptyCopyable can create an empty copy of itself.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createEmptyCopy

      C createEmptyCopy()
      Returns:
      a new empty copy of the current EmptyCopyable.