메소드 | 설명 | |
---|---|---|
AppendDataAsInlineRow ( |
||
AppendDataAsInlineTable ( |
메소드 | 설명 | |
---|---|---|
AppendInsert ( |
||
InsertRowsIndividually ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, |
||
UpsertRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, |
||
UpsertRowsQuery ( |
메소드 | 설명 | |
---|---|---|
GetParamterTypes ( array $Columns ) |
public AppendDataAsInlineRow ( |
||
$QueryBuilder | ||
$Columns | array | |
$ColumnData |
final public AppendDataAsInlineTable ( |
||
$QueryBuilder | ||
$Columns | array | |
$ColumnDataArray | array |
protected AppendInsert ( |
||
$QueryBuilder |
protected InsertRowsIndividually ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, |
||
$Connection | Storm\Drivers\Base\Relational\Queries\IConnection | |
$Table | ||
$Rows | array | |
$PostIndividualInsertCallback | callable |
final protected UpsertRows ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection, |
||
$Connection | Storm\Drivers\Base\Relational\Queries\IConnection | |
$Table | ||
$Rows | array |
abstract protected UpsertRowsQuery ( |
||
$QueryBuilder | ||
$Table | ||
$Rows | array |