com.taosdata.jdbc.bean.TSDBPreparedParam Maven / Gradle / Ivy
package com.taosdata.jdbc.bean;
import java.util.List;
/**
* tdengine batch insert or import param object
*/
public class TSDBPreparedParam {
/**
* tableName, if sTable Name is not null, and this is sub table name.
*/
private String tableName;
/**
* sub middle param list
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy