org.seasar.framework.util
クラス TimestampConversionUtil

java.lang.Object
  拡張org.seasar.framework.util.TimestampConversionUtil

public class TimestampConversionUtil
extends java.lang.Object

Timestamp用の変換ユーティリティです。

作成者:
higa

コンストラクタの概要
protected TimestampConversionUtil()
          インスタンスを構築します。
 
メソッドの概要
static java.lang.String getPattern(java.util.Locale locale)
          日付パターンを返します。
static java.sql.Timestamp toTimestamp(java.lang.Object o)
          Timestampに変換します。
static java.sql.Timestamp toTimestamp(java.lang.Object o, java.lang.String pattern)
          Timestampに変換します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TimestampConversionUtil

protected TimestampConversionUtil()
インスタンスを構築します。

メソッドの詳細

toTimestamp

public static java.sql.Timestamp toTimestamp(java.lang.Object o)
Timestampに変換します。

パラメータ:
o -
戻り値:
Timestamp

toTimestamp

public static java.sql.Timestamp toTimestamp(java.lang.Object o,
                                             java.lang.String pattern)
Timestampに変換します。

パラメータ:
o -
pattern -
戻り値:
Timestamp

getPattern

public static java.lang.String getPattern(java.util.Locale locale)
日付パターンを返します。

パラメータ:
locale -
戻り値:
日付パターン


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.