Package net.truej.sql.source
Class DataSourceW.Single.AsGeneratedKeys.WithUpdateCount
java.lang.Object
net.truej.sql.source.DataSourceW.Single.AsGeneratedKeys.WithUpdateCount
- All Implemented Interfaces:
UpdateCount.List_<Long>,UpdateCount.ListG<Long>,UpdateCount.None<Long>,UpdateCount.One<Long>,UpdateCount.OneG<Long>,UpdateCount.OneOrZero<Long>,UpdateCount.OneOrZeroG<Long>,UpdateCount.Stream_<Long>,UpdateCount.StreamG<Long>
- Enclosing class:
DataSourceW.Single.AsGeneratedKeys
public static class DataSourceW.Single.AsGeneratedKeys.WithUpdateCount
extends Object
implements UpdateCount.None<Long>, UpdateCount.One<Long>, UpdateCount.OneOrZero<Long>, UpdateCount.List_<Long>, UpdateCount.Stream_<Long>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
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
fetchNoneMethods inherited from interface net.truej.sql.fetch.UpdateCount.One
fetchOne, fetchOneMethods inherited from interface net.truej.sql.fetch.UpdateCount.OneG
fetchOneMethods inherited from interface net.truej.sql.fetch.UpdateCount.OneOrZero
fetchOneOrZero, fetchOneOrZeroMethods inherited from interface net.truej.sql.fetch.UpdateCount.OneOrZeroG
fetchOneOrZeroMethods inherited from interface net.truej.sql.fetch.UpdateCount.Stream_
fetchStream, fetchStreamMethods inherited from interface net.truej.sql.fetch.UpdateCount.StreamG
fetchStream
-
Field Details
-
g
-
-
Constructor Details
-
WithUpdateCount
public WithUpdateCount()
-