public static class SQLDriver.SQLTransformationResult extends java.lang.Object implements XBRLTransformationResult
| Constructor and Description | 
|---|
| SQLTransformationResult()Instantiates a new SQL transformation result. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getResult()Returns a Boolean object that contains false in case of the
 transaction has been rolled back or true if the transaction
 has been committed. | 
| void | sendToResult(DTSContainer dts,
            javax.xml.transform.Result outputTarget)Serializes the generated document to the next component in the
 XML pipe (Result object)
 
 This method will be called once per document. | 
| void | setValue(boolean b)Sets the value. | 
public SQLTransformationResult()
public java.lang.Object getResult()
                           throws javax.xml.transform.TransformerException
getResult in interface XBRLTransformationResultjavax.xml.transform.TransformerException - the transformer exceptionXBRLTransformationResult.getResult()public void sendToResult(DTSContainer dts, javax.xml.transform.Result outputTarget) throws javax.xml.transform.TransformerException
XBRLTransformationResultsendToResult in interface XBRLTransformationResultdts - the dtsoutputTarget - Resultjavax.xml.transform.TransformerException - if something goes wrong or the driver does not
 support this output methodpublic void setValue(boolean b)
b - the new valueCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa