A utility class for handling PQL objects.
More...
A utility class for handling PQL objects.
static String [] Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.GetColumnLabels |
( |
ResultSet |
resultSet | ) |
|
|
inlinestatic |
Gets the column labels for the result set.
- Parameters
-
resultSet | The result set to get the column labels for. |
- Returns
- The string array of column labels.
static String [] Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.GetRowStringValues |
( |
Row |
row | ) |
|
|
inlinestatic |
Gets the row values for a row of the result set in a the form of a string array.
null
values are interperted as empty strings.
- Parameters
-
row | The row to get the values for. |
- Returns
- The string array of the row values.
static object [] Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.GetRowValues |
( |
Row |
row | ) |
|
|
inlinestatic |
Gets the row values for a row of the result set in the form of an object array.
- Parameters
-
row | The row to get the values for. |
- Returns
- The object array of the row values.
static object Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.GetValue |
( |
Value |
value | ) |
|
|
inlinestatic |
Gets the underlying value of the Value object. For SetValues, returns a List of underlying values.
The Value object to get the value from.
- Returns
- The underlying value, or List of underlying values from a SetValue.
static String Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.ResultSetToString |
( |
ResultSet |
resultSet | ) |
|
|
inlinestatic |
Gets the result set as a table represenation in the form of:
+-------+-------+-------+
|column1|column2|column3|
+-------+-------+-------+
|value1 |value2 |value3 |
+-------+-------+-------+
|value1 |value2 |value3 |
+-------+-------+-------+
- Parameters
-
resultSet | The result set to display as a string |
- Returns
- The string represenation of result set as a table.
static List<String[]> Google.Api.Ads.AdManager.Util.v202311.PqlUtilities.ResultSetToStringArrayList |
( |
ResultSet |
resultSet | ) |
|
|
inlinestatic |
Gets the result set as list of string arrays.
- Parameters
-
resultSet | The result set to convert to a string array list. |
- Returns
- A list of string arrays representing the result set.
References Google.Api.Ads.AdManager.v202311.ResultSet.rows.
The documentation for this class was generated from the following file: