Skip to content

consider having only columns, not columns2 - use named vs. unnamed paramteres ba... #4

@github-actions

Description

@github-actions

// TODO consider having only columns, not columns2 - use named vs. unnamed paramteres based on initialiyation of the QueryBuilder.

namespace Glued\Lib;
use Glued\Lib\QueryInterface;

// $query_string = (new \Glued\Lib\QueryBuilder())->insert('table')->columns2( 'col1', 'col2')->upsert2('col2');
// use columns,upsert for named parameters, and columns2,upsert2 for unnamed parameters.
// TODO consider having only columns, not columns2 - use named vs. unnamed paramteres based on initialiyation of the QueryBuilder.

class QueryInsert implements QueryInterface
{
    /**

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions