- parameters - Variable in class com.taosdata.jdbc.TSDBPreparedStatement
-
- parseHostPortPair(String) - Static method in class com.taosdata.jdbc.TSDBDriver
-
Parses hostPortPair in the form of [host][:port] into an array, with the
element of index HOST_NAME_INDEX being the host (or null if not specified),
and the element of index PORT_NUMBER_INDEX being the port (or null if not
specified).
- parseURL(String, Properties) - Method in class com.taosdata.jdbc.TSDBDriver
-
example: jdbc:TSDB://127.0.0.1:0/db?user=root&password=your_password
- port(Properties) - Method in class com.taosdata.jdbc.TSDBDriver
-
Returns the port number property
- PORT_NUMBER_INDEX - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Index for port coming out of parseHostPortPair().
- prepareCall(String) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareCall(String, int, int) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareCall(String, int, int, int) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String, int, int) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String, int, int, int) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String, int) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String, int[]) - Method in class com.taosdata.jdbc.TSDBConnection
-
- prepareStatement(String, String[]) - Method in class com.taosdata.jdbc.TSDBConnection
-
- previous() - Method in class com.taosdata.jdbc.DatabaseMetaDataResultSet
-
- previous() - Method in class com.taosdata.jdbc.EmptyResultSet
-
- previous() - Method in class com.taosdata.jdbc.TSDBResultSet
-
- previous() - Method in class com.taosdata.jdbc.TSDBResultSetWrapper
-
- PROPERTY_KEY_CHARSET - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key for the char encoding used by the TSDB client in properties instance
- PROPERTY_KEY_CONFIG_DIR - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key for the configuration file directory of TSDB client in properties instance
- PROPERTY_KEY_DBNAME - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the database value from the properties instance passed
to the driver.
- PROPERTY_KEY_HOST - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the host value from the properties instance passed to
the driver.
- PROPERTY_KEY_LOCALE - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key for the locale used by the TSDB client in properties instance
- PROPERTY_KEY_PASSWORD - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the password value from the properties instance passed
to the driver.
- PROPERTY_KEY_PORT - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the port number value from the properties instance
passed to the driver.
- PROPERTY_KEY_PROTOCOL - Static variable in class com.taosdata.jdbc.TSDBDriver
-
- PROPERTY_KEY_TIME_ZONE - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key for the timezone used by the TSDB client in properties instance
- PROPERTY_KEY_USER - Static variable in class com.taosdata.jdbc.TSDBDriver
-
Key used to retrieve the user value from the properties instance passed to
the driver.
- props - Variable in class com.taosdata.jdbc.TSDBConnection
-