- parseDate(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseTime(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseTimestamp(String) - 类 中的静态方法com.taosdata.jdbc.utils.Utils
-
- parseURL(String, Properties) - 类 中的方法com.taosdata.jdbc.AbstractDriver
-
- parseURL(String, Properties) - 类 中的方法com.taosdata.jdbc.TSDBDriver
-
example: jdbc:TAOS://127.0.0.1:0/db?
- 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
-
- prepareStmt(String) - 类 中的方法com.taosdata.jdbc.TSDBJNIConnector
-
- 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.TSDBResultSet
-
- previous() - 类 中的方法com.taosdata.jdbc.TSDBResultSetWrapper
-
- 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_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_USER - 类 中的静态变量com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the user value from the properties instance passed to
the driver.