Package com.querydsl.sql.types
package com.querydsl.sql.types
Types for de/serialization to ResultSet and PreparedStatement
-
ClassDescriptionCommon abstract superclass for Type implementationsCommon abstract superclass for Type implementations for Joda-TimeAbstractJSR310DateTimeType<T extends Temporal>Common abstract superclass for Type implementations for Java Time API (JSR310)AbstractType<T>Common abstract superclass for Type implementationsArrayType<T>
ArrayTypemaps Java arrays to JDBC arraysBigDecimalAsDoubleTypemaps BigDecimal to Double on the JDBC levelBigDecimalTypemaps BigDecimal to BigDecimal on the JDBC levelBigIntegerTypemaps BigInteger to Long on the JDBC levelBigIntegerTypemaps BigInteger to BigDecimal on the JDBC levelBlobTypemaps Blob to Blob on the JDBC levelBooleanTypemaps Boolean to Boolean on the JDBC levelBytesTypemaps byte[] to byte[] on the JDBC levelByteTypemaps Byte to Byte on the JDBC levelCalendarTypemaps Calendar to Timestamp on the JDBC levelCharacterTypemaps Character to Character on the JDBC levelClobTypemaps Clob to Clob on the JDBC levelCurrencyTypemaps Currency to String on the JDBC levelDateTimeTypemaps DateTime to Timestamp on the JDBC levelDateTypemaps Date to Date on the JDBC levelDoubleTypemaps Double to Double on the JDBC levelEnumAsObjectType<T extends Enum<T>>EnumAsObjectTypemaps Enum types to Object on the JDBC levelEnumByNameType<T extends Enum<T>>EnumByNameTypemaps Enum types to their String names on the JDBC levelEnumByOrdinalType<T extends Enum<T>>EnumByOrdinalTypemaps Enum types to their Integer ordinals on the JDBC levelFloatTypemaps Float to Float on the JDBC levelInputStreamTypemaps InputStream to InputStream on the JDBC levelIntegerTypemaps Integer to Integer on the JDBC levelLocalDateTimeTypemaps LocalDateTime to Timestamp on the JDBC levelLocalDateTypemaps LocalDate to Date on the JDBC levelLocaleTypemaps Locale to String on the JDBC levelLocalTimeTypemaps LocalTime to Time on the JDBC levelLongTypemaps Long to Long on the JDBC levelLongVarBinaryBytesTypeusesLONGVARBINARYas the JDBC typeNullis a singleton value replacement for nullNumericBooleanTypemaps Boolean to 1/0 (Integer) on the JDBC levelObjectTypemaps Object to Object on the JDBC levelShortTypemaps Short to Short on the JDBC levelSQLXMLTypemaps SQLXML to SQLXML on the JDBC levelStringAsObjectTypemaps String to String on the JDBC levelStringTypemaps String to String on the JDBC levelTimestampTypemaps Timestamp to Timestamp on the JDBC levelTimeTypemaps Time to Time on the JDBC levelTrueFalseTypemaps Boolean to 'T'/'F' on the JDBC levelType<T>Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatementURLTypemaps URL to URL on the JDBC levelUtilDateTypemaps Date to Timestamp on the JDBC levelUtilUUIDTypemaps UUID to String on the JDBC levelXMLAsStringTypemaps String to SQLXML on the JDBC levelYesNoTypemaps Boolean to 'Y'/'N' on the JDBC level