public class MockupDBTypeFactory extends Object implements DBTypeFactory
DBTypeFactory.Factory| Modifier and Type | Method and Description |
|---|---|
DBTermType |
getAbstractRootDBType()
Returns an abstract type
|
DBTermType |
getDBBooleanType() |
DBTermType |
getDBDateTimestampType() |
DBTermType |
getDBDateType() |
DBTermType |
getDBDecimalType() |
DBTermType |
getDBDoubleType() |
String |
getDBFalseLexicalValue() |
DBTermType |
getDBHexBinaryType() |
DBTermType |
getDBLargeIntegerType() |
Optional<String> |
getDBNaNLexicalValue()
Is empty if the DB does not support (and therefore does not store) not-a-number values
|
DBTermType |
getDBStringType() |
DBTermType |
getDBTermType(String typeName) |
DBTermType |
getDBTermType(String typeName,
int columnSize) |
DBTermType |
getDBTimeType() |
String |
getDBTrueLexicalValue() |
String |
getNullLexicalValue() |
public DBTermType getDBStringType()
getDBStringType in interface DBTypeFactorypublic DBTermType getDBLargeIntegerType()
getDBLargeIntegerType in interface DBTypeFactorypublic DBTermType getDBDecimalType()
getDBDecimalType in interface DBTypeFactorypublic DBTermType getDBBooleanType()
getDBBooleanType in interface DBTypeFactorypublic DBTermType getDBDateType()
getDBDateType in interface DBTypeFactorypublic DBTermType getDBTimeType()
getDBTimeType in interface DBTypeFactorypublic DBTermType getDBDateTimestampType()
getDBDateTimestampType in interface DBTypeFactorypublic DBTermType getDBDoubleType()
getDBDoubleType in interface DBTypeFactorypublic DBTermType getDBHexBinaryType()
getDBHexBinaryType in interface DBTypeFactorypublic DBTermType getAbstractRootDBType()
DBTypeFactorygetAbstractRootDBType in interface DBTypeFactorypublic DBTermType getDBTermType(String typeName)
getDBTermType in interface DBTypeFactorypublic DBTermType getDBTermType(String typeName, int columnSize)
getDBTermType in interface DBTypeFactorypublic String getDBTrueLexicalValue()
getDBTrueLexicalValue in interface DBTypeFactorypublic String getDBFalseLexicalValue()
getDBFalseLexicalValue in interface DBTypeFactorypublic String getNullLexicalValue()
getNullLexicalValue in interface DBTypeFactorypublic Optional<String> getDBNaNLexicalValue()
DBTypeFactorygetDBNaNLexicalValue in interface DBTypeFactoryCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.