Class EmbedPreparedStatement42

    • Constructor Detail

      • EmbedPreparedStatement42

        public EmbedPreparedStatement42​(EmbedConnection conn,
                                        java.lang.String sql,
                                        boolean forMetaData,
                                        int resultSetType,
                                        int resultSetConcurrency,
                                        int resultSetHoldability,
                                        int autoGeneratedKeys,
                                        int[] columnIndexes,
                                        java.lang.String[] columnNames)
                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • setObject

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

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