public class ScalarConditionOption extends FunctionFilterOption
FunctionFilterOption.ProcessCallback_bindMap, _callbackList, _databaseDB2, _databaseDerby, _databaseH2, _databaseMySQL, _databaseOracle, _databasePostgreSQL, _databaseSQLServer, _mayNullRevived, _mysticBindingSnapshot, _parameterKey, _parameterMapPath, _removeCalcAlias, _targetColumnInfo, _timeZone, _tmpTrunc, DATE_TRUNC_DAY, DATE_TRUNC_MONTH, DATE_TRUNC_TIME| コンストラクタと説明 |
|---|
ScalarConditionOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScalarConditionOption |
addDay(Integer addedDay)
Add days to the date or date-time value.
|
ScalarConditionOption |
addHour(Integer addedHour)
Add hours to date-time value.
|
ScalarConditionOption |
addMinute(Integer addedMinute)
Add minutes to date-time value.
|
ScalarConditionOption |
addMonth(Integer addedMonth)
Add months to the date or date-time value.
|
ScalarConditionOption |
addSecond(Integer addedSecond)
Add seconds to date-time value.
|
ScalarConditionOption |
addYear(Integer addedYear)
Add years to the date or date-time value.
|
ScalarConditionOption |
coalesce(Object coalesce)
Set the value for coalesce function.
|
ScalarConditionOption |
round(Object round)
Round the specified part of the number.
|
ScalarConditionOption |
trunc(Object trunc)
Truncate the specified part of the number or date-time value.
|
ScalarConditionOption |
truncDay()
Truncate the day and time part of the date or the date-time value.
|
ScalarConditionOption |
truncMonth()
Truncate the month and day and time part of the date or the date-time value.
|
ScalarConditionOption |
truncTime()
Truncate the time part of the date-time value.
|
acceptParameterKey, addProcessCallback, assertCalculationColumnNumber, assertObjectNotNull, assertOptionValueNotNull, assertSpecifiedDreamCruiseTicket, buildAddedBindParameter, buildAddedEmbeddedValueExp, buildBindParameter, buildDateAddExpType, buildDreamCruiseTicketStatement, createQueryDerivedReferrer, createSpecifyDerivedReferrer, doAddDay, doAddDay, doAddHour, doAddHour, doAddMinute, doAddMinute, doAddMonth, doAddMonth, doAddSecond, doAddSecond, doAddYear, doAddYear, doCoalesce, doProcessDateAdd, doProcessDateAddDB2, doProcessDateAddMySQL, doProcessDateAddOracle, doProcessDateAddPostgreSQL, doProcessDateAddSQLServer, doProcessTruncPurposeDateType, doProcessTruncPurposeDateTypeDB2, doProcessTruncPurposeDateTypeDefault, doProcessTruncPurposeDateTypeMySQL, doProcessTruncPurposeDateTypeOracle, doProcessTruncPurposeDateTypePostgreSQL, doProcessTruncPurposeDateTypeSQLServer, doProcessTruncSimpleCase, doRound, doTrunc, doTruncDay, doTruncMonth, doTruncTime, filterFunction, getBindMap, getDBFluteSystemFinalTimeZone, getTimeZone, getTrunc, hasMysticBinding, hasSubQueryEndOnLastLine, hasTargetColumnInfo, isDatabaseDB2, isDatabaseDerby, isDatabaseH2, isDatabaseMySQL, isDatabaseOracle, isDatabasePostgreSQL, isDatabaseSQLServer, isDateTruncDay, isDateTruncMonth, isDateTruncTime, isDateTypeColumn, isDreamCruiseTicket, isJustDateTypeColumn, isJustTimestampTypeColumn, isJustTimeTypeColumn, isOptionValueNullIgnored, isPropertyAddDay, isPropertyAddHour, isPropertyAddMinute, isPropertyAddMonth, isPropertyAddSecond, isPropertyAddYear, isTruncNamedTruncate, ln, mayNullRevived, processAddDay, processAddHour, processAddMinute, processAddMonth, processAddSecond, processAddYear, processCalculation, processCoalesce, processRound, processSimpleFunction, processTrunc, processVarious, registerBindParameter, setDatabaseDB2, setDatabaseDerby, setDatabaseH2, setDatabaseMySQL, setDatabaseOracle, setDatabasePostgreSQL, setDatabaseSQLServer, toString, xgetMysticBindingSnapshot, xgetTargetColumnInfo, xjudgeDatabase, xremoveCalcAlias, xsetMysticBindingSnapshot, xsetTargetColumnInfo, zonepublic ScalarConditionOption coalesce(Object coalesce)
coalesce - An alternate value when group function returns null. (NullAllowed: if null, no coalesce)public ScalarConditionOption round(Object round)
round - Decimal digits or date format for round. (NullAllowed: if null, no round)public ScalarConditionOption trunc(Object trunc)
trunc - Decimal digits or date option for trunc. (NullAllowed: if null, no trunc)public ScalarConditionOption truncMonth()
e.g. 2012/12/31 01:50:46 -> 2012/01/01 00:00:00
public ScalarConditionOption truncDay()
e.g. 2012/12/31 01:50:46 -> 2012/12/01 00:00:00
public ScalarConditionOption truncTime()
e.g. 2012/12/31 01:50:46 -> 2012/12/31 00:00:00
public ScalarConditionOption addYear(Integer addedYear)
addedYear - The count of added years. (NullAllowed: if null, no dateAdd)public ScalarConditionOption addMonth(Integer addedMonth)
addedMonth - The count of added months. (NullAllowed: if null, no dateAdd)public ScalarConditionOption addDay(Integer addedDay)
addedDay - The count of added days. (NullAllowed: if null, no dateAdd)public ScalarConditionOption addHour(Integer addedHour)
addedHour - The count of added hours. (NullAllowed: if null, no dateAdd)public ScalarConditionOption addMinute(Integer addedMinute)
addedMinute - The count of added minutes. (NullAllowed: if null, no dateAdd)public ScalarConditionOption addSecond(Integer addedSecond)
addedSecond - The count of added seconds. (NullAllowed: if null, no dateAdd)Copyright © 2014–2015 The DBFlute Project. All rights reserved.