public class BooleanYNType extends Object implements IJdbcTypeFactory
| Constructor and Description |
|---|
BooleanYNType() |
| 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 Object convertToInstance(ResultSet rs, int index, JdbcPropertyMeta pm) throws Exception
Exceptionpublic void assignParameter(PreparedStatement ps, int index, JdbcPropertyMeta pm, Object value) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.