xmlBlaster 2.2.0 API

org.xmlBlaster.protocol.jdbc
Class DBAdapterUtils

java.lang.Object
  extended by org.xmlBlaster.protocol.jdbc.DBAdapterUtils

public class DBAdapterUtils
extends java.lang.Object

Class declaration


Field Summary
private static java.util.logging.Logger log
           
private static java.lang.String ME
           
private static java.lang.String NULL_STR
           
 
Constructor Summary
DBAdapterUtils()
           
 
Method Summary
static org.w3c.dom.Document createDocument(java.sql.ResultSet rs)
          Method declaration
static org.w3c.dom.Document createDocument(java.lang.String rootnode, java.lang.String rownode, int rowlimit, java.sql.ResultSet rs)
          Creates a DOM representation of the result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.util.logging.Logger log

ME

private static final java.lang.String ME
See Also:
Constant Field Values

NULL_STR

private static final java.lang.String NULL_STR
See Also:
Constant Field Values
Constructor Detail

DBAdapterUtils

public DBAdapterUtils()
Method Detail

createDocument

public static org.w3c.dom.Document createDocument(java.sql.ResultSet rs)
                                           throws XmlBlasterException
Method declaration

Parameters:
rs -
Returns:
Document
Throws:
XmlBlasterException

createDocument

public static org.w3c.dom.Document createDocument(java.lang.String rootnode,
                                                  java.lang.String rownode,
                                                  int rowlimit,
                                                  java.sql.ResultSet rs)
                                           throws XmlBlasterException
Creates a DOM representation of the result set.

Parameters:
rootnode -
rownode -
rowlimit -
rs -
Returns:
The DOM
Throws:
XmlBlasterException

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.