public class BigDecimalNumericType extends BaseDataType
BigInteger object as a NUMERIC SQL database field.| Modifier | Constructor and Description |
|---|---|
protected |
BigDecimalNumericType(SqlType sqlType,
Class<?>[] classes)
Here for others to subclass.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getPrimaryClass()
Return the class most associated with this persister or null if none.
|
static BigDecimalNumericType |
getSingleton() |
boolean |
isAppropriateId()
Return true if this data type can be an id column in a class.
|
boolean |
isEscapedValue()
Return whether we need to escape this value in SQL expressions.
|
Object |
parseDefaultString(FieldType fieldType,
String defaultStr)
Convert a default string object and return the appropriate argument to a SQL insert or update statement.
|
Object |
resultToSqlArg(FieldType fieldType,
DatabaseResults results,
int columnPos)
Return the SQL argument object extracted from the results associated with column in position columnPos.
|
convertIdNumber, dataIsEqual, generateId, getAssociatedClasses, getAssociatedClassNames, getDefaultWidth, getSqlOtherType, getSqlType, isArgumentHolderRequired, isComparable, isEscapedDefaultValue, isPrimitive, isSelfGeneratedId, isValidForField, isValidForVersion, isValidGeneratedType, makeConfigObject, moveToNextValue, resultStringToJavaisStreamType, javaToSqlArg, resultToJava, sqlArgToJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisStreamType, javaToSqlArg, resultToJava, sqlArgToJavapublic static BigDecimalNumericType getSingleton()
public Object parseDefaultString(FieldType fieldType, String defaultStr) throws SQLException
FieldConverterSQLExceptionpublic Object resultToSqlArg(FieldType fieldType, DatabaseResults results, int columnPos) throws SQLException
FieldConverterfieldType - Associated FieldType which may be null.SQLException - If there is a problem accessing the results data.public boolean isAppropriateId()
DataPersisterisAppropriateId in interface DataPersisterisAppropriateId in class BaseDataTypepublic boolean isEscapedValue()
DataPersisterisEscapedValue in interface DataPersisterisEscapedValue in class BaseDataTypepublic Class<?> getPrimaryClass()
DataPersistergetPrimaryClass in interface DataPersistergetPrimaryClass in class BaseDataTypeThis documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.