| Package | Description |
|---|---|
| com.taosdata.jdbc | |
| com.taosdata.jdbc.enums |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemalessStatement.executeSchemaless(String[] strings,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
void |
SchemalessStatement.executeSchemaless(String sql,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
void |
TSDBJNIConnector.insertLines(String[] lines,
SchemalessProtocolType protocolType,
SchemalessTimestampType timestampType) |
| Modifier and Type | Method and Description |
|---|---|
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.