Class and Description |
---|
com.hfg.math.IntRange
Use Range<Integer>
|
com.hfg.xml.msofficexml.xlsx.part.SsmlContentTypesPart |
Method and Description |
---|
com.hfg.html.Head.addStyle(String)
use addStyleTag()
|
com.hfg.sql.jdbc.JDBCResultSet.getBigDecimal(int, int)
Use
getBigDecimal(int columnIndex)
or getBigDecimal(String columnLabel) |
com.hfg.sql.jdbc.JDBCResultSet.getBigDecimal(String, int)
Use
getBigDecimal(int columnIndex)
or getBigDecimal(String columnLabel) |
com.hfg.math.RomanNumeral.getIntValue()
use intValue()
|
com.hfg.sql.jdbc.postgresql.PostgreSQL.getSQLDateFormat(int) |
com.hfg.sql.jdbc.RDBMS.getSQLDateFormat(int) |
com.hfg.sql.jdbc.JDBCResultSet.getUnicodeStream(int)
use
getCharacterStream in place of
getUnicodeStream |
com.hfg.sql.jdbc.JDBCResultSet.getUnicodeStream(String)
use
getCharacterStream instead |
com.hfg.html.ObjectTag.setBorder(int) |
com.hfg.html.Script.setLanguage(String)
Use setType() - The 'language' attribute has been deprecated
in favor of 'type' in the html standard.
|