Package net.truej.sql.source
Class DataSourceW.Batched.WithUpdateCount
java.lang.Object
net.truej.sql.source.DataSourceW.Batched.WithUpdateCount
- All Implemented Interfaces:
UpdateCount.List_<long[]>,UpdateCount.ListG<long[]>,UpdateCount.None<long[]>
- Enclosing class:
DataSourceW.Batched
public static class DataSourceW.Batched.WithUpdateCount
extends Object
implements UpdateCount.None<long[]>, UpdateCount.List_<long[]>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.truej.sql.fetch.UpdateCount.List_
fetchList, fetchListMethods inherited from interface net.truej.sql.fetch.UpdateCount.ListG
fetchListMethods inherited from interface net.truej.sql.fetch.UpdateCount.None
fetchNone
-
Field Details
-
g
-
-
Constructor Details
-
WithUpdateCount
public WithUpdateCount()
-