
com.altova.functions.Db Maven / Gradle / Ivy
/**
* Db.java
*
* This file was generated by MapForce 2017sp2.
*
* YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
* OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
*
* Refer to the MapForce Documentation for further details.
* http://www.altova.com/mapforce
*/
package com.altova.functions;
public class Db {
// private static Hashtable _s_InstanceIDs = new Hashtable(); // not used at the moment
// ---------- null-processing functions ----------
// result = setNull()
/* Result is a NULLed string
*/
public static String setNull() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy