fx\src\data\System\Data\Odbc\OdbcStatementHandle.cs (23)
129ODBC.ShortStringLength(tableCatalog),
131ODBC.ShortStringLength(tableSchema),
133ODBC.ShortStringLength(tableName),
135ODBC.ShortStringLength(columnName));
208catalogName, ODBC.ShortStringLength(catalogName), // CatalogName
209schemaName, ODBC.ShortStringLength(schemaName), // SchemaName
210tableName, ODBC.ShortStringLength(tableName) // TableName
221ODBC.ShortStringLength(procedureCatalog),
223ODBC.ShortStringLength(procedureSchema),
225ODBC.ShortStringLength(procedureName));
237ODBC.ShortStringLength(procedureCatalog),
239ODBC.ShortStringLength(procedureSchema),
241ODBC.ShortStringLength(procedureName),
243ODBC.ShortStringLength(columnName));
266quotedTable, ODBC.ShortStringLength(quotedTable),
279ODBC.ShortStringLength(tableCatalog),
281ODBC.ShortStringLength(tableSchema),
283ODBC.ShortStringLength(tableName),
294tableName, ODBC.ShortStringLength(tableName),
307ODBC.ShortStringLength(tableCatalog),
309ODBC.ShortStringLength(tableSchema),
311ODBC.ShortStringLength(tableName),
313ODBC.ShortStringLength(tableType));