JDBC Driver for Xero

Build 22.0.8479

AutoExpandDetails

Set this property to true automatically include extra details on BankTransfers, ContactGroups, ExpenseClaims, ExpenseClaimPayments, ExpenseClaimReceipts and Receipts.

Possible Values

True, False

データ型

string

デフォルト値

"False"

解説

Possible values include True and False. When set to true, this makes some columns contain data that are otherwise NULL, but it will make reads from those tables slower than they are by default.

When set to false (the default), the only way to get extra details from those tables is to explicitly select single items:

SELECT * FROM ExpenseClaims WHERE ExpenseClaimId = '...'

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479