diff --git a/examples/interfaces/13.null_pk.cpp b/examples/interfaces/13.null_pk.cpp index 69f4304840..36fa7fc1a4 100644 --- a/examples/interfaces/13.null_pk.cpp +++ b/examples/interfaces/13.null_pk.cpp @@ -3,6 +3,7 @@ * MODULE: 13.null_pk.cpp * DESCRIPTION: Changing metadata, passed from DB engine, and using modified * copy later. Useful for changing nullability or coercing datatype. + * In this sample we insert NULLs in all columns. * * Example for the following interfaces: * IMessageMetadata - describe input and output data format