Package net.truej.sql.source
Class DataSourceW.AsCall.WithUpdateCount
java.lang.Object
net.truej.sql.source.DataSourceW.AsCall.WithUpdateCount
- All Implemented Interfaces:
UpdateCount.None<long[]>,UpdateCount.One<long[]>,UpdateCount.OneG<long[]>
- Enclosing class:
DataSourceW.AsCall
public static class DataSourceW.AsCall.WithUpdateCount
extends Object
implements UpdateCount.None<long[]>, UpdateCount.One<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.None
fetchNoneMethods inherited from interface net.truej.sql.fetch.UpdateCount.One
fetchOne, fetchOneMethods inherited from interface net.truej.sql.fetch.UpdateCount.OneG
fetchOne
-
Field Details
-
g
-
-
Constructor Details
-
WithUpdateCount
public WithUpdateCount()
-