Package net.truej.sql.source
Class DataSourceW.AsCall
java.lang.Object
net.truej.sql.source.DataSourceW.AsCall
- All Implemented Interfaces:
NoUpdateCount.None,NoUpdateCount.One,NoUpdateCount.OneG
- Enclosing class:
DataSourceW
public static class DataSourceW.AsCall
extends Object
implements NoUpdateCount.None, NoUpdateCount.One
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic 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.NoUpdateCount.None
fetchNoneMethods inherited from interface net.truej.sql.fetch.NoUpdateCount.One
fetchOne, fetchOneMethods inherited from interface net.truej.sql.fetch.NoUpdateCount.OneG
fetchOne
-
Field Details
-
withUpdateCount
-
g
-
-
Constructor Details
-
AsCall
public AsCall()
-