Searched refs:escapeProcessing (Results 1 – 2 of 2) sorted by relevance
78 final Boolean escapeProcessing; field in SDBCReportDataFactory.RowSetProperties84 …public RowSetProperties(final Boolean escapeProcessing, final int commandType, final String comman… in RowSetProperties() argument86 this.escapeProcessing = escapeProcessing; in RowSetProperties()104 …if (this.escapeProcessing != other.escapeProcessing && (this.escapeProcessing == null || !this.esc… in equals()130 … hash = 59 * hash + (this.escapeProcessing != null ? this.escapeProcessing.hashCode() : 0); in hashCode()202 final Boolean escapeProcessing = (Boolean) parameters.get(ESCAPE_PROCESSING); in queryData() local205 …final RowSetProperties rowSetProps = new RowSetProperties(escapeProcessing, commandType, command, … in queryData()396 rowSetProp.setPropertyValue(ESCAPEPROCESSING, rowSetProps.escapeProcessing); in createRowSet()
358 …final String escapeProcessing = (String) officeReport.getAttribute(OfficeNamespaces.OOREPORT_NS, S… in execute() local361 … parameters.put(SDBCReportDataFactory.ESCAPE_PROCESSING, !("false".equals(escapeProcessing))); in execute()
Completed in 23 milliseconds