Object that contains message ksb.csle.common.proto.DatasourceProto.TableInfo TableInfo contains attributes as follows:
message TableInfo { required string jdbcUrl = 1; required string jdbcDriver = 2; required string tableName = 3; required string userName = 4; required string password = 5; optional WriteMode writeMode = 6 [default = APPEND]; repeated string primaryKey = 7; }
Close the connection with SQL Database.
Close the connection with SQL Database.
Object that contains message ksb.csle.common.proto.DatasourceProto.TableInfo TableInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.TableInfo TableInfo contains attributes as follows:
message TableInfo { required string jdbcUrl = 1; required string jdbcDriver = 2; required string tableName = 3; required string userName = 4; required string password = 5; optional WriteMode writeMode = 6 [default = APPEND]; repeated string primaryKey = 7; }
Save DataFrame to the given table in SQL Database.
Save DataFrame to the given table in SQL Database.
DataFrame to save
:: ApplicationDeveloperApi ::
Writer that saves DataFrame to SQL Database. (e.g. PostgresQL, MySQL, ...).