Download the PHP package gevman/zend-db-schema-info without Composer
On this page you can find all versions of the php package gevman/zend-db-schema-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gevman/zend-db-schema-info
More information about gevman/zend-db-schema-info
Files in gevman/zend-db-schema-info
Download gevman/zend-db-schema-info
More information about gevman/zend-db-schema-info
Files in gevman/zend-db-schema-info
Vendor gevman
Package zend-db-schema-info
Short Description Database Schema information provider for zend framework
License BSD-3-Clause
Package zend-db-schema-info
Short Description Database Schema information provider for zend framework
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package zend-db-schema-info
Zend Db Schema Info
Database Schema information provider for zend framework
Installation
Available methods
string[]
Schema::getTables(void
)
Returns table list
example
ColumnEntity[]
Schema::getTableColumns(string
$table)
Returns list of information data objects for all columns in specified table
example
Data Object ColumnEntity
definition
string
$name - name of this column (without quotes).bool
$allowNull - whether this column can be null.string
$type - abstract type of this column. Possible abstract types include: char, string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money.string
$phpType - string the PHP type of this column. Possible PHP types include:string
,boolean
,integer
,double
.string
$dbType - the DB type of this column. Possible DB types vary according to the type of DBMS.mixed
$defaultValue - default value of this columnarray
$enumValues - enumerable values. This is set only if the column is declared to be an enumerable type.int
$size - display size of the column.int
$precision - precision of the column data, if it is numeric.int
$scale - scale of the column data, if it is numeric.bool
$isPrimaryKey - whether this column is a primary keybool
$autoIncrement - whether this column is auto-incrementalbool
$unsigned - bool whether this column is unsigned. This is only meaningful when [[type]] issmallint
,integer
orbigint
.string
$comment - comment of this column. Not all DBMS support this.
All versions of zend-db-schema-info with dependencies
PHP Build Version
Package Version
The package gevman/zend-db-schema-info contains the following files
Loading the files please wait ....