| パッケージ | 説明 |
|---|---|
| org.dbflute.infra.doc.decomment |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<DfDecoMapPiece> |
DfDecoMapFile.readPieceList(String clientDirPath)
Read all decomment piece map file in "clientDirPath/schema/decomment/piece/".
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
DfDecoMapFile.buildPieceFileName(DfDecoMapPiece decoMapPiece)
Build piece file name for piece map file
e.g. table decomment : decomment-piece-TABLE_NAME-20171224-143000-123-owner-ABCDEFG.dfmap e.g. column decomment : decomment-piece-TABLE_NAME-COLUMN_NAME-20171224-143000-123-owner-ABCDEFG.dfmap |
protected void |
DfDecoMapFile.throwIllegalTargetTypeException(DfDecoMapPiece decoMapPiece) |
void |
DfDecoMapFile.writePiece(String clientDirPath,
DfDecoMapPiece decoMapPiece)
Write single decomment piece map file at "clientDirPath/schema/decomment/piece".
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DfDecoMapPickup |
DfDecoMapFile.merge(OptionalThing<DfDecoMapPickup> optPickup,
List<DfDecoMapPiece> outputPieceList,
List<DfDecoMapMapping> outputMappingList)
merge piece map and pickup map with previous piece code and mapping code clue to go on.
|
Copyright © 2014–2021 The DBFlute Project. All rights reserved.