| Package | Description |
|---|---|
| com.taosdata.jdbc | |
| com.taosdata.jdbc.enums |
| Modifier and Type | Method and Description |
|---|---|
void |
TSDBJNIConnector.insertLines(String[] lines,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
void |
SchemalessWriter.write(List<String> lines,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType)
batch schemaless lines write to db with list
|
void |
SchemalessWriter.write(String[] lines,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType)
batch schemaless lines write to db
|
void |
SchemalessWriter.write(String line,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType)
only one line writes to db
|
| Modifier and Type | Method and Description |
|---|---|
static SchemalessProtocolType |
SchemalessProtocolType.parse(String type) |
static SchemalessProtocolType |
SchemalessProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemalessProtocolType[] |
SchemalessProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.