Class EmbedResultSet42

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Comparable, java.sql.ResultSet, java.sql.Wrapper, EngineResultSet

    public class EmbedResultSet42
    extends EmbedResultSet
    JDBC 4.2 specific methods that cannot be implemented in superclasses.
    • Constructor Detail

      • EmbedResultSet42

        public EmbedResultSet42​(EmbedConnection conn,
                                ResultSet resultsToWrap,
                                boolean forMetaData,
                                EmbedStatement stmt,
                                boolean isAtomic)
                         throws java.sql.SQLException
        Creates a new instance of EmbedResultSet42
        Throws:
        java.sql.SQLException
    • Method Detail

      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(int columnIndex,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnName,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • updateObject

        public void updateObject​(java.lang.String columnName,
                                 java.lang.Object x,
                                 java.sql.SQLType targetSqlType,
                                 int scaleOrLength)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException