/ LJCPHPCodeDoc / LJCDataManagerLib / LJCSQLBuilder


Syntax

PHP
class LJCSQLBuilder

Provides static functions for creating SQL statements.

Public Functions
CreateDelete Creates a Delete SQL statement.
CreateInsert Creates an Insert SQL statement.
CreateSelect Creates a Select SQL statement.
CreateUpdate Creates an Update SQL statement.
GetJoinOns Get the JoinOn statements.
GetJoinStatement Creates the join statement.
GetOrderBy Creates an OrderBy clause.
SQLColumns Creates the columns for a Select SQL statement.
SQLJoinColumns Creates the Join columns for a Select SQL statement.
SQLValueColumns Creates the value columns for an Update SQL statement.
10 Functions

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.