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; }
Close the TableReader.
Close the TableReader.
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; }
Load records in as DataFrame from SQL Database.
Load records in as DataFrame from SQL Database.
DataFrame DataFrame read from SQL Database
:: ApplicationDeveloperApi ::
Reader that loads records from the target table in SQL Database. (e.g. PostgresQL, MySQL, ...).