| 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 SchemalessTimestampType |
SchemalessTimestampType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemalessTimestampType[] |
SchemalessTimestampType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.