Giter Site home page Giter Site logo

mysql-utility's Introduction

MySQL Utility

Fundamental actions for MySQL Database Connectivity.

This asset is designed to provide connectivity from Blue Prism to the MySQL RDBMS using the MySQL.Data managed data access library. This VBO is a code wrapper around this library and this means that the stages have C# code that undertakes the actual work. Unless you wish to modify or add functionality to the VBO C# coding experience is not needed to make use of this VBO.

Some SQL and Schema knowledge will be required to use this asset effectively.

  • Configure - Setting a flag to report connectivity exceptions
  • Set Connection - Defines the parameters in order to connect to the MySQL host.
  • Transaction Support - Begin - Commit/Rollback
  • Execute - Executes a valid SQL Script.
  • Get Number - Returns a numeric scalar value.
  • Get Text - Returns a string value.
  • Get Collection - Returns a set of data as a Blue Prism collection.
  • Get CSV File - Returns comma separate variable (CSV) file based on the supplied SQL Select query.
  • Get CSV - Returns a comma separated variable string based on the supplied SQL Select query.
  • Get User Name - Returns the current user name from the environment.
  • Get Machine Name - Returns the current machine name from the environment.
  • Delete Rows - Where - Deletes a set of rows from the supplied table based on the where clause being satisfied.
  • Drop Table - Removes a table from the schema.
  • Truncate Table - Removes all rows from the supplied table name.
  • Use Database - Allows multiple databases to be accessed in a single process.

mysql-utility's People

Contributors

geoffhirstbp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.