Class TkmHashBuilderSQLITE
- java.lang.Object
-
- com.h2tcoin.takamakachain.tkmdata.TkmHashBuilderSQLITE
-
- All Implemented Interfaces:
TkmHashBuilderInterface
public class TkmHashBuilderSQLITE extends Object implements TkmHashBuilderInterface
- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TkmHashTableInterface
build()
TkmHashBuilderInterface
option(String key, Object opt)
-
-
-
Method Detail
-
option
public TkmHashBuilderInterface option(String key, Object opt) throws Exception
- Specified by:
option
in interfaceTkmHashBuilderInterface
- Throws:
Exception
-
build
public TkmHashTableInterface build() throws Exception
- Specified by:
build
in interfaceTkmHashBuilderInterface
- Throws:
Exception
-
-