public static class SQLDriver.SQLTransformationResult extends java.lang.Object implements XBRLTransformationResult
| Constructor and Description |
|---|
SQLDriver.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(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 SQLDriver.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(javax.xml.transform.Result outputTarget)
throws javax.xml.transform.TransformerException
XBRLTransformationResultsendToResult in interface XBRLTransformationResultoutputTarget - Resultjavax.xml.transform.TransformerException - if something goes wrong or the driver does not
support this output methodpublic void setValue(boolean b)
b - the new value