org.sql.type
クラス Format

java.lang.Object
  拡張org.sql.type.Format
すべての実装インタフェース:
java.io.Serializable, Types

public final class Format
extends java.lang.Object
implements Types

書式を管理するクラス

作成者:
S.Nagashiba
関連項目:
直列化された形式

フィールドの概要
static Format HMS
          日付書式 - 時分秒
static Format YMD
          日付書式 - 年月日
static Format YMD_HMS
          日付書式 - 年月日時分秒
 
メソッドの概要
 java.lang.String toTypeString()
          書式文字列を取得
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

YMD

public static final Format YMD
日付書式 - 年月日


HMS

public static final Format HMS
日付書式 - 時分秒


YMD_HMS

public static final Format YMD_HMS
日付書式 - 年月日時分秒

メソッドの詳細

toTypeString

public java.lang.String toTypeString()
書式文字列を取得

定義:
インタフェース Types 内の toTypeString
戻り値:
書式文字列