Este contenido no está disponible en el idioma seleccionado.
11.14. @Traitable Example
This illustrates the use of the @traitable annotation:
declare Customer @Traitable code : String balance : long end
declare Customer
@Traitable
code : String
balance : long
end