|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.ispsoft.jaxme.generator.types.SchemaTypeImpl
de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl
de.ispsoft.jaxme.generator.types.DoubleType
de.ispsoft.jaxme.generator.types.DecimalType
An implementation of the double type.
| Field Summary |
| Fields inherited from interface de.ispsoft.jaxme.generator.SchemaSimpleType |
OP_INSERT, OP_UPDATE, OP_WHERE |
| Constructor Summary | |
DecimalType()
Creates a new DecimalType instance. |
|
DecimalType(java.lang.String pNamespaceURI,
java.lang.String pLocalName)
Creates a new DecimalType instance with the given local name and namespace URI. |
|
| Method Summary | |
java.lang.String[] |
getNames()
Returns an array of names that may be used in the schema definition to represent this type. |
int[] |
getSQLTypes()
Returns an array of SQL types that are matched by this type or null, if no SQL types apply. |
| Methods inherited from class de.ispsoft.jaxme.generator.types.DoubleType |
castFromResultSet, castFromString, castToPreparedStatement, castToString, getCompare, getPrimitiveRuntimeType, getQueryType, getRuntimeType, getSample, hasPrimitive, isComplex |
| Methods inherited from class de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl |
castFromString, castToString, createPreparedStatementColumnName, createPreparedStatementColumnValue, createPrepareStatement, createSaxEvents, getClone |
| Methods inherited from class de.ispsoft.jaxme.generator.types.SchemaTypeImpl |
getClone, getLocalName, getNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.ispsoft.jaxme.generator.SchemaType |
getClone, getLocalName, getNamespaceURI |
| Constructor Detail |
public DecimalType()
public DecimalType(java.lang.String pNamespaceURI,
java.lang.String pLocalName)
| Method Detail |
public java.lang.String[] getNames()
Returns an array of names that may be used in the schema definition to represent this type.
getNames in class DoubleTypepublic int[] getSQLTypes()
Returns an array of SQL types that are matched by this type or null, if no SQL types apply.
getSQLTypes in interface SchemaSimpleTypegetSQLTypes in class DoubleType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||