All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.loader.t.stringserializer Maven / Gradle / Ivy

.if ( "" == cast )
        out.printf( "'%s'", $l{self.class_name}_inst.${self.value}.replaceAll( "'", "''" ) );
.else
        out.printf( "'%s'", (${cast}$l{self.class_name}_inst.${self.value}).replaceAll( "'", "''" ) );
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy