| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 317 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ADODB2_mssqlnative:: (7 methods):
MetaType()
ActualType()
AddColumnSQL()
DropColumnSQL()
_CreateSuffix()
_IndexSQL()
_GetSize()
Class: ADODB2_mssqlnative - X-Ref
| MetaType($t,$len=-1,$fieldobj=false) X-Ref |
| No description |
| ActualType($meta) X-Ref |
| No description |
| AddColumnSQL($tabname, $flds) X-Ref |
| No description |
| DropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') X-Ref |
| Drop a column, syntax is ALTER TABLE table DROP COLUMN column,column param: string $tabname Table Name param: string[] $flds One, or an array of Fields To Drop param: string $tableflds Throwaway value to make the function match the parent param: string $tableoptions Throway value to make the function match the parent return: string The SQL necessary to drop the column |
| _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) X-Ref |
| No description |
| _IndexSQL($idxname, $tabname, $flds, $idxoptions) X-Ref |
| No description |
| _GetSize($ftype, $ty, $fsize, $fprec) X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |