v5:dictionary:setactualtype
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v5:dictionary:setactualtype [2017/05/14 00:21] – [Usage] mnewnham | v5:dictionary:setactualtype [2017/07/22 18:39] (current) – mnewnham | ||
---|---|---|---|
Line 4: | Line 4: | ||
From ABOdb V5.21 | From ABOdb V5.21 | ||
== See Also == | == See Also == | ||
- | [[v5: | + | [[v5: |
[[v5: | [[v5: | ||
Line 16: | Line 16: | ||
</ | </ | ||
===== Description ===== | ===== Description ===== | ||
- | The method '' | + | The method '' |
If the method is used to create a new '' | If the method is used to create a new '' | ||
Line 22: | Line 22: | ||
A connection to a data dictionary object is required, but a database connection is not. | A connection to a data dictionary object is required, but a database connection is not. | ||
===== Usage ==== | ===== Usage ==== | ||
- | In this example we want to change the behavior of the mssqlnative driver, so that instead of the default '' | + | In this example we want to change the behavior of the mssqlnative driver, so that instead of the default '' |
<code php> | <code php> | ||
$db = newAdoConnection(' | $db = newAdoConnection(' | ||
Line 29: | Line 29: | ||
$dict-> | $dict-> | ||
</ | </ | ||
- | In the second example, we will create a new actual | + | In the second example, we will create a new **actual |
<code php> | <code php> | ||
- | $db = newAdoConnection(' | + | $db = newAdoConnection(' |
$dict = NewDataDictionary($db); | $dict = NewDataDictionary($db); | ||
Line 41: | Line 41: | ||
* Add 2 new columns to table | * Add 2 new columns to table | ||
*/ | */ | ||
- | $columns = 'GEODATA | + | $columns = 'GEODATA_COL |
- | $sqlarray = $dict-> | + | $sqlarray = $dict-> |
print_r($sqlarray); | print_r($sqlarray); | ||
Line 50: | Line 50: | ||
Array | Array | ||
( | ( | ||
- | [0] => ALTER TABLE POSITION | + | [0] => ALTER TABLE POSITION_TABLE |
- | [1] => ALTER TABLE POSITION | + | [1] => ALTER TABLE POSITION_TABLE |
) | ) | ||
*/ | */ |
v5/dictionary/setactualtype.1494714061.txt.gz · Last modified: 2017/05/14 00:21 by mnewnham