Package | Description |
---|---|
com.google.api.ads.dfp.jaxws.utils.v201708 |
Modifier and Type | Method and Description |
---|---|
StatementBuilder |
StatementBuilder.from(String table) |
StatementBuilder |
StatementBuilder.increaseOffsetBy(Integer amount) |
StatementBuilder |
StatementBuilder.limit(Integer count) |
StatementBuilder |
StatementBuilder.offset(Integer count) |
StatementBuilder |
StatementBuilder.orderBy(String orderBy) |
StatementBuilder |
StatementBuilder.removeLimitAndOffset() |
StatementBuilder |
StatementBuilder.select(String columns) |
StatementBuilder |
StatementBuilder.where(String conditions) |
StatementBuilder |
StatementBuilder.withBindVariableValue(String key,
Object value)
Adds a bind variable value to the statement.
|
StatementBuilder |
StatementBuilder.withBindVariableValue(String key,
com.google.api.ads.dfp.jaxws.v201708.Value value)
Adds a bind variable value to the statement.
|
Copyright © 2018. All Rights Reserved.