File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- #################
2- Database Metadata
3- #################
1+ ################
2+ Getting Metadata
3+ ################
44
55.. contents ::
66 :local:
@@ -71,9 +71,7 @@ performing an action. Returns a boolean true/false. Usage example:
7171
7272.. literalinclude :: metadata/005.php
7373
74- .. note :: Replace *field_name* with the name of the column you are looking
75- for, and replace *table_name * with the name of the table you are
76- looking for.
74+ .. note :: Replace *field_name* and *table_name* with the column name and the table name you are looking for.
7775
7876Retrieve Field Metadata
7977=======================
@@ -88,7 +86,7 @@ Returns an array of objects containing field information.
8886Sometimes it's helpful to gather the field names or other metadata, like
8987the column type, max length, etc.
9088
91- .. note :: Not all databases provide meta-data .
89+ .. note :: Not all databases provide metadata .
9290
9391Usage example:
9492
You can’t perform that action at this time.
0 commit comments