Uses of Enum Class
io.permazen.kv.sql.SQLKVTransaction.StmtType
Packages that use SQLKVTransaction.StmtType
-
Uses of SQLKVTransaction.StmtType in io.permazen.kv.sql
Methods in io.permazen.kv.sql that return SQLKVTransaction.StmtTypeModifier and TypeMethodDescriptionstatic SQLKVTransaction.StmtType
Returns the enum constant of this class with the specified name.static SQLKVTransaction.StmtType[]
SQLKVTransaction.StmtType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.permazen.kv.sql with parameters of type SQLKVTransaction.StmtTypeModifier and TypeMethodDescriptionprotected <T> T
SQLKVTransaction.query
(SQLKVTransaction.StmtType stmtType, io.permazen.kv.sql.SQLKVTransaction.ResultSetFunction<T> resultSetFunction, boolean close, ByteData... params) protected ByteData
SQLKVTransaction.queryBytes
(SQLKVTransaction.StmtType stmtType, ByteData... params) protected CloseableIterator<KVPair>
SQLKVTransaction.queryIterator
(SQLKVTransaction.StmtType stmtType, ByteData... params) protected KVPair
SQLKVTransaction.queryKVPair
(SQLKVTransaction.StmtType stmtType, ByteData... params) protected void
SQLKVTransaction.update
(SQLKVTransaction.StmtType stmtType, ByteData... params) protected void
SQLKVTransaction.updateBatch
(SQLKVTransaction.StmtType stmtType, List<ByteData> paramList)