- parse(String) - 枚举 中的静态方法com.taosdata.jdbc.enums.SchemalessProtocolType
-
- parseClassType(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseDate(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseTime(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseTimestamp(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseUBigInt(long) - 类 中的静态方法com.taosdata.jdbc.utils.UnsignedDataUtils
-
- parseUInteger(int) - 类 中的静态方法com.taosdata.jdbc.utils.UnsignedDataUtils
-
- parseURL(String, Properties) - 类 中的方法com.taosdata.jdbc.AbstractDriver
-
- parseURL(String, Properties) - 类 中的方法com.taosdata.jdbc.TSDBDriver
-
example: jdbc:TAOS://127.0.0.1:0/db?
- parseUrl(String, Properties) - 类 中的静态方法com.taosdata.jdbc.utils.StringUtils
-
- parseUSmallInt(short) - 类 中的静态方法com.taosdata.jdbc.utils.UnsignedDataUtils
-
- parseUTinyInt(byte) - 类 中的静态方法com.taosdata.jdbc.utils.UnsignedDataUtils
-
- parseValue(int) - 类 中的方法com.taosdata.jdbc.ws.BlockResultSet
-
- Payload - com.taosdata.jdbc.ws.entity中的类
-
- Payload(long) - 类 的构造器com.taosdata.jdbc.ws.entity.Payload
-
- poll(Duration) - 类 中的方法com.taosdata.jdbc.tmq.TaosConsumer
-
- poll(Duration) - 接口 中的方法com.taosdata.jdbc.tmq.TConsumer
-
- poll(long) - 类 中的方法com.taosdata.jdbc.tmq.TMQConnector
-
- prepareCall(String) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareCall(String, int, int) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareCall(String, int, int, int) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String, int, int) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String, int, int, int) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String, int) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String, int[]) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String, String[]) - 类 中的方法com.taosdata.jdbc.AbstractConnection
-
- prepareStatement(String) - 类 中的方法com.taosdata.jdbc.rs.RestfulConnection
-
- prepareStatement(String) - 类 中的方法com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String) - 类 中的方法com.taosdata.jdbc.ws.WSConnection
-
- prepareStmt(String) - 类 中的方法com.taosdata.jdbc.TSDBJNIConnector
-
- preprocessSql(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
Some of the SQLs sent by other popular frameworks or tools like Spark, contains syntax that cannot be parsed by
the TDengine client.
- previous() - 类 中的方法com.taosdata.jdbc.AbstractResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.DatabaseMetaDataResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.EmptyResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.rs.RestfulResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.tmq.TMQResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.TSDBResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.ws.BlockResultSet
-
- PROPERTY_KEY_BATCH_ERROR_IGNORE - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
continue process commands in executeBatch
- PROPERTY_KEY_BATCH_LOAD - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
fetch data from native function in a batch model
- PROPERTY_KEY_CHARSET - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key for the char encoding used by the TSDB client in properties instance
- PROPERTY_KEY_CONFIG_DIR - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key for the configuration file directory of TSDB client in properties instance
- PROPERTY_KEY_DBNAME - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the database value from the properties instance passed
to the driver.
- PROPERTY_KEY_HOST - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the host value from the properties instance passed to
the driver.
- PROPERTY_KEY_LOCALE - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key for the locale used by the TSDB client in properties instance
- PROPERTY_KEY_MAX_CONCURRENT_REQUEST - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
max message number send to server concurrently
- PROPERTY_KEY_MESSAGE_WAIT_TIMEOUT - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
message receive from server timeout. ms
- PROPERTY_KEY_PASSWORD - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the password value from the properties instance passed
to the driver.
- PROPERTY_KEY_PORT - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the port number value from the properties instance
passed to the driver.
- PROPERTY_KEY_PRODUCT_NAME - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
PRODUCT_NAME
- PROPERTY_KEY_TIME_ZONE - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key for the timezone used by the TSDB client in properties instance
- PROPERTY_KEY_TIMESTAMP_FORMAT - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
timestamp format for JDBC-RESTful,should one of the options: string or timestamp or utc
- PROPERTY_KEY_TOKEN - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the token value from the properties instance passed to
the driver.
- PROPERTY_KEY_USE_SSL - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Use SSL (true/false) to communicate with the server.
- PROPERTY_KEY_USER - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the user value from the properties instance passed to
the driver.
- put(ResponseFuture) - 类 中的方法com.taosdata.jdbc.ws.InFlightRequest
-