- DateFormatUtils - org.maachang.mimdb.core.utilのクラス
-
日付フォーマット処理系ユーティリティ.
3種類の日付フォーマット変換に対応.
1)20130301 -> java.sql.Date( 2013-1900,3-1,1 )
連続した数値文字列のフォーマットを解析.
2)2013/03/01 -> java.sql.Date( 2013-1900,3-1,1 )
13/03/01 -> java.sql.Date( 2013-1900,3-1,1 )
数値以外の区切り文字条件を解析.
3)Wed, 19-Mar-2014 03:55:33 GMT
Web日付フォーマットの内容をjava.sql.Timestampに変換します.
- dec() - クラス のメソッドorg.maachang.mimdb.core.util.AtomicNumber
-
1デクリメント.
- dec() - クラス のメソッドorg.maachang.mimdb.core.util.AtomicNumber32
-
1デクリメント.
- decode(byte[]) - クラス のstaticメソッドorg.maachang.mimdb.core.util.ObjectBinary
-
バイナリをオブジェクトに変換.
- decode(byte[], int, int) - クラス のstaticメソッドorg.maachang.mimdb.core.util.ObjectBinary
-
バイナリをオブジェクトに変換.
- decodeBinary(int[], byte[], int) - クラス のstaticメソッドorg.maachang.mimdb.core.util.ObjectBinary
-
バイナリをオブジェクトに変換.
- decodeObject(int[], byte[], int) - クラス のstaticメソッドorg.maachang.mimdb.core.util.ObjectBinary
-
オブジェクト解析.
- decompress(byte[]) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
Equivalent to decompress(in, 0, in.length, null)
.
- decompress(byte[], JSnappyBuffer) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
Equivalent to decompress(in, 0, in.length, out)
.
- decompress(byte[], int, int) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
Equivalent to decompress(in, offset, length, null)
.
- decompress(JSnappyBuffer) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
Equivalent to decompress(in.getData(), 0, in.getLength(), null)
.
- decompress(JSnappyBuffer, JSnappyBuffer) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
Equivalent to decompress(in.getData(), 0, in.getLength(), out)
.
- decompress(byte[], int, int, JSnappyBuffer) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
snappy解凍.
- decompressLength(byte[], int) - クラス のstaticメソッドorg.maachang.mimdb.core.util.jsnappy.JSnappy
-
解凍バッファサイズの取得.
- DEF_PORT - クラス のstatic変数org.maachang.mimdb.server.ConnectionDefine
-
デフォルトポート.
- deleteRow() - クラス のメソッドorg.maachang.mimdb.jdbc.MimdbJdbcResultSet
-
- destroy() - クラス のメソッドorg.maachang.mimdb.core.impl.AbstractLargeFlags
-
情報破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.core.impl.AbstractSmallFlags
-
情報破棄.
- destroy() - インタフェース のメソッドorg.maachang.mimdb.core.impl.Flags
-
情報破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.core.impl.LargeFlagsAnd
-
情報クリア.
- destroy() - クラス のメソッドorg.maachang.mimdb.core.impl.SmallFlagsAnd
-
情報クリア.
- destroy() - クラス のメソッドorg.maachang.mimdb.core.MimdbTableManager
-
オブジェクトを破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.core.RemoteTableManager
-
オブジェクトを破棄.
- destroy() - インタフェース のメソッドorg.maachang.mimdb.core.TableManager
-
オブジェクトを破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.MimdbDatabase
-
オブジェクトの破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.server.MimdbConnectElement
-
オブジェクト破棄.
- destroy() - クラス のメソッドorg.maachang.mimdb.server.MimdbMaintenanceServer
-
オブジェクト破棄.
- destroyKey(SelectionKey) - クラス のstaticメソッドorg.maachang.mimdb.server.NioSelector
-
SelectionKeyの破棄.
- downIndentDoubleCote(String) - クラス のstaticメソッドorg.maachang.mimdb.core.impl.MimdbUtils
-
指定文字内のダブルコーテーションインデントを1つ下げる.
- downIndentSingleCote(String) - クラス のstaticメソッドorg.maachang.mimdb.core.impl.MimdbUtils
-
指定文字内のシングルコーテーションインデントを1つ下げる.
- Driver - org.maachang.mimdbのクラス
-
Mimdb-JDBCドライバ定義.