File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ patterns. The database functions offer clear, simple syntax.
1717 Query Helper Methods <helpers >
1818 Query Builder Class <query_builder >
1919 Transactions <transactions >
20- Getting MetaData <metadata >
20+ Getting Metadata <metadata >
2121 Custom Function Calls <call_function >
2222 Database Events <events >
2323 Database Utilities <utilities >
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:
77 :depth: 2
88
99**************
10- Table MetaData
10+ Table Metadata
1111**************
1212
1313These functions let you fetch table information.
@@ -39,7 +39,7 @@ running an operation on it. Returns a boolean true/false. Usage example:
3939.. note :: Replace *table_name* with the name of the table you are looking for.
4040
4141**************
42- Field MetaData
42+ Field Metadata
4343**************
4444
4545List the Fields in a Table
@@ -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