CakeFest 2024: The Official CakePHP Conference

ColumnResult::getSchemaName

(No version information available, might only be in Git)

ColumnResult::getSchemaNameGet schema name

Descripción

public mysql_xdevapi\ColumnResult::getSchemaName(): string

Fetch the schema name where the column is stored.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Ejemplos

Ejemplo #1 mysql_xdevapi\ColumnResult::getSchemaName() example

<?php

/* ... */

?>
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top