Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Default - SQL that will be used when not using individual operations like get, insert, update, etc.

Get - SQL used to determine how data will be retrieved from the database.

Set - SQL used to determine how data will be set in the database.

Insert - SQL used to determine how data will be inserted into the database.

Update - SQL used to determine how data will be updated in the database.

Delete - SQL used to determine how data will be deleted from the database.

Search - SQL used to determine how data will be searched in the database.

Seq - I don’t know what the hell this is