Schnittstelle EmptyCopyable<C extends EmptyCopyable<C>>
- Typparameter:
C- is the type of aEmptyCopyable.
- Alle bekannten Unterschnittstellen:
IDataAdapter,IDataAdapterAndSchemaReader
- Alle bekannten Implementierungsklassen:
AbstractDataAdapter,AbstractDataAdapterAndSchemaReader,MsSqlDataAdapter,MsSqlDataAdapterAndSchemaReader,NodeDataAdapter,NodeDataAdapterAndSchemaReader
public interface EmptyCopyable<C extends EmptyCopyable<C>>
A
EmptyCopyable can create an empty copy of itself.- Version:
- 2023-01-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
createEmptyCopy
C createEmptyCopy()- Gibt zurück:
- a new empty copy of the current
EmptyCopyable.
-