Java org.apache.commons.dbutils.wrappers SqlNullCheckedResultSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.dbutils.wrappers SqlNullCheckedResultSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.dbutils.wrappers SqlNullCheckedResultSet.

The text is from its open source code.

Constructor

SqlNullCheckedResultSet(ResultSet rs)
Constructs a new instance of SqlNullCheckedResultSet to wrap the specified ResultSet.

Method

voidsetNullString(String nullString)
Sets the value to return when a SQL null is encountered as the result of invoking a getString method.