- schema(String) - Method in class com.incorta.connector.model.TableDetails.Builder
-
Sets the schema name.
- SchemaDetails - Class in com.incorta.connector.model
-
An immutable representation of a schema in the target data source.
- SchemaDetails(String) - Constructor for class com.incorta.connector.model.SchemaDetails
-
Creates a new instance.
- SchemaDetails(String, String) - Constructor for class com.incorta.connector.model.SchemaDetails
-
Creates a new instance.
- SchemaDetails.Builder - Class in com.incorta.connector.model
-
- SchemaDetailsWithProperties - Class in com.incorta.connector.model
-
An immutable representation of a schema in the target data source that also supports additional properties.
- SchemaDetailsWithProperties(String, String, List<Property>) - Constructor for class com.incorta.connector.model.SchemaDetailsWithProperties
-
Creates a new instance.
- SchemaDetailsWithProperties.Builder - Class in com.incorta.connector.model
-
- setAttributes(String) - Method in interface com.incorta.connector.ConnectorContext
-
Sets and persists the connector attributes.
- setColumns(List<ColumnDetails>) - Method in class com.incorta.connector.model.DataSetTestResult
-
Sets the list of columns of this test result.
- setConnectorModelSource(ConnectorModel.ConnectorModelSource) - Static method in class com.incorta.connector.model.ConnectorModel
-
Sets the connector registry object that can be used to access registered connectors
by calling ConnectorModel.getConnectorModel(...)
- setRows(List<String[]>) - Method in class com.incorta.connector.model.DataSetTestResult
-
Sets the sample rows of this test result.
- setSuccessful(boolean) - Method in class com.incorta.connector.model.DataSetTestResult
-
Sets a boolean flag indicating whether the test was successful.
- shutdown() - Method in interface com.incorta.connector.Connector
-
This method is used for shutting down the connector instance when Incorta is shutting down (closing connections,
cleaning up resources, etc.).
- subTypeLabel(String) - Method in class com.incorta.connector.model.ConnectorModel.Builder
-
Sets the connector sub-type label which is displayed in the UI.
- subTypeName(String) - Method in class com.incorta.connector.model.ConnectorModel.Builder
-
Sets the connector sub-type name.
- suffix(String) - Method in class com.incorta.connector.model.PropertyModel.Builder
-
Sets the property suffix.
- supportsCatalogs(DiscoveryContext) - Method in interface com.incorta.connector.Connector
-
Returns a boolean flag indicating whether or not this connector supports catalogs.
- supportsSchemas(DiscoveryContext) - Method in interface com.incorta.connector.Connector
-
Returns a boolean flag indicating whether or not this connector supports schemas.