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