All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.jdbc.SpincastResultSet.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastResultSet (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.jdbc

Interface SpincastResultSet

  • All Superinterfaces:
    AutoCloseable, ResultSet, Wrapper
    All Known Implementing Classes:
    SpincastResultSetDefault


    public interface SpincastResultSet
    extends ResultSet
    Resultset that adds a "getXXXOrNull()" method for every primitive types. By default, Jdbc will return 0 when a value is null and "getInt()" or "getLong()" is used, for example.

    Also add some new getters.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy