JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
The DataSourceIntrospectionModelField
object data.
The DataSourceIntrospectionModelField
object data.
The DataSourceIntrospectionModelField
object data.
The array of DataSourceIntrospectionModelIndex
objects.
The array of DataSourceIntrospectionModelIndex
objects.
The array of DataSourceIntrospectionModelIndex
objects.
The primary key stored as a DataSourceIntrospectionModelIndex
object.
The primary key stored as a DataSourceIntrospectionModelIndex
object.
Contains the output of the SDL that was generated from the introspected types.
Method Details
name
The name of the model. For example, this could be the name of a single table in a database.
Parameters:
name
- The name of the model. For example, this could be the name of a single table in a database.
Returns:
Returns a reference to this object so that method calls can be chained together.
fields
The DataSourceIntrospectionModelField
object data.
Parameters:
fields
- The DataSourceIntrospectionModelField
object data.
Returns:
Returns a reference to this object so that method calls can be chained together.
fields
The DataSourceIntrospectionModelField
object data.
Parameters:
fields
- The DataSourceIntrospectionModelField
object data.
Returns:
Returns a reference to this object so that method calls can be chained together.
fields
Parameters:
fields
- a consumer that will call methods on
DataSourceIntrospectionModelField.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
primaryKey
The primary key stored as a DataSourceIntrospectionModelIndex
object.
Parameters:
primaryKey
- The primary key stored as a DataSourceIntrospectionModelIndex
object.
Returns:
Returns a reference to this object so that method calls can be chained together.
primaryKey
Parameters:
primaryKey
- a consumer that will call methods on DataSourceIntrospectionModelIndex.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
indexes
The array of DataSourceIntrospectionModelIndex
objects.
Parameters:
indexes
- The array of DataSourceIntrospectionModelIndex
objects.
Returns:
Returns a reference to this object so that method calls can be chained together.
indexes
The array of DataSourceIntrospectionModelIndex
objects.
Parameters:
indexes
- The array of DataSourceIntrospectionModelIndex
objects.
Returns:
Returns a reference to this object so that method calls can be chained together.
indexes
Parameters:
indexes
- a consumer that will call methods on
DataSourceIntrospectionModelIndex.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
sdl
Contains the output of the SDL that was generated from the introspected types. This is controlled by the
includeModelsSDL
parameter of the GetDataSourceIntrospection
operation.
Parameters:
sdl
- Contains the output of the SDL that was generated from the introspected types. This is controlled by
the includeModelsSDL
parameter of the GetDataSourceIntrospection
operation.
Returns:
Returns a reference to this object so that method calls can be chained together.