* @param value Null!
* @param parameterName Name of the parameter that this represents if any (JDBC "?") NOT USED
*/
public NullLiteral(SQLStatement stmt, JavaTypeMapping mapping, Object value, String parameterName)
{
super(stmt, null, new NullMapping(stmt.getRDBMSManager()));
st.append("NULL");
}