|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2012 the original author or authors. |
|
|
|
* Copyright 2002-2015 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -112,7 +112,7 @@ public interface SqlXmlHandler { |
|
|
|
* database and driver. |
|
|
|
* database and driver. |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param columnName the column name to use |
|
|
|
* @param columnName the column name to use |
|
|
|
* @return the content as character stream |
|
|
|
* @return the content as character stream, or {@code null} in case of SQL NULL |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.SQLXML#getCharacterStream |
|
|
|
* @see java.sql.SQLXML#getCharacterStream |
|
|
|
@ -126,7 +126,7 @@ public interface SqlXmlHandler { |
|
|
|
* database and driver. |
|
|
|
* database and driver. |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param columnIndex the column index to use |
|
|
|
* @param columnIndex the column index to use |
|
|
|
* @return the content as character stream |
|
|
|
* @return the content as character stream, or {@code null} in case of SQL NULL |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.SQLXML#getCharacterStream |
|
|
|
* @see java.sql.SQLXML#getCharacterStream |
|
|
|
@ -141,7 +141,7 @@ public interface SqlXmlHandler { |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param columnName the column name to use |
|
|
|
* @param columnName the column name to use |
|
|
|
* @param sourceClass the implementation class to be used |
|
|
|
* @param sourceClass the implementation class to be used |
|
|
|
* @return the content as character stream |
|
|
|
* @return the content as character stream, or {@code null} in case of SQL NULL |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.SQLXML#getSource |
|
|
|
* @see java.sql.SQLXML#getSource |
|
|
|
@ -156,7 +156,7 @@ public interface SqlXmlHandler { |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param rs the ResultSet to retrieve the content from |
|
|
|
* @param columnIndex the column index to use |
|
|
|
* @param columnIndex the column index to use |
|
|
|
* @param sourceClass the implementation class to be used |
|
|
|
* @param sourceClass the implementation class to be used |
|
|
|
* @return the content as character stream |
|
|
|
* @return the content as character stream, or {@code null} in case of SQL NULL |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @throws SQLException if thrown by JDBC methods |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.ResultSet#getSQLXML |
|
|
|
* @see java.sql.SQLXML#getSource |
|
|
|
* @see java.sql.SQLXML#getSource |
|
|
|
|