public class BigDecimalType extends Object implements IJdbcTypeFactory
| Constructor and Description |
|---|
BigDecimalType() |
| Modifier and Type | Method and Description |
|---|---|
int |
accept(JdbcPropertyMeta pm) |
void |
assignParameter(PreparedStatement ps,
int index,
JdbcPropertyMeta pm,
Object value) |
int |
columnCount()
Returns the #of columns occupied by this type.
|
Object |
convertToInstance(ResultSet rs,
int index,
JdbcPropertyMeta pm)
Must convert the value at the specified location of the result set to the type represented by this type.
|
to.etc.webapp.qsql.IJdbcType |
createType(JdbcPropertyMeta pm) |
public int accept(JdbcPropertyMeta pm)
accept in interface IJdbcTypeFactorypublic to.etc.webapp.qsql.IJdbcType createType(JdbcPropertyMeta pm)
createType in interface IJdbcTypeFactorypublic int columnCount()
public void assignParameter(PreparedStatement ps, int index, JdbcPropertyMeta pm, Object value) throws Exception
ExceptionIJdbcType.assignParameter(java.sql.PreparedStatement, int, to.etc.webapp.qsql.JdbcPropertyMeta, java.lang.Object)public Object convertToInstance(ResultSet rs, int index, JdbcPropertyMeta pm) throws Exception
ExceptionIJdbcType.convertToInstance(java.sql.ResultSet, int, to.etc.webapp.qsql.JdbcPropertyMeta)Copyright © 2017 etc.to. All rights reserved.