Class BrokeredCallableStatement42

    • Constructor Detail

      • BrokeredCallableStatement42

        public BrokeredCallableStatement42​(BrokeredStatementControl control,
                                           java.lang.String sql)
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         java.sql.SQLType sqlType)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         java.sql.SQLType sqlType,
                                         int scale)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • registerOutParameter

        public void registerOutParameter​(int parameterIndex,
                                         java.sql.SQLType sqlType,
                                         java.lang.String typeName)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • registerOutParameter

        public void registerOutParameter​(java.lang.String parameterName,
                                         java.sql.SQLType sqlType)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • registerOutParameter

        public void registerOutParameter​(java.lang.String parameterName,
                                         java.sql.SQLType sqlType,
                                         int scale)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • registerOutParameter

        public void registerOutParameter​(java.lang.String parameterName,
                                         java.sql.SQLType sqlType,
                                         java.lang.String typeName)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setObject

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

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

        public void setObject​(java.lang.String parameterName,
                              java.lang.Object x,
                              java.sql.SQLType sqlType)
                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • setObject

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