Package com.taosdata.jdbc
Class TSDBConstants
- java.lang.Object
-
- com.taosdata.jdbc.TSDBConstants
-
public abstract class TSDBConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Map<Integer,String>DATATYPE_MAPstatic StringDEFAULT_PORTstatic StringINVALID_VARIABLESstatic intJNI_CONNECTION_NULLstatic intJNI_FETCH_ENDstatic longJNI_NULL_POINTERstatic intJNI_NUM_OF_FIELDS_0static intJNI_RESULT_SET_NULLstatic intJNI_SQL_NULLstatic intJNI_SUCCESSstatic intJNI_TDENGINE_ERRORstatic intTSDB_DATA_TYPE_BIGINTstatic intTSDB_DATA_TYPE_BINARYstatic intTSDB_DATA_TYPE_BOOLstatic intTSDB_DATA_TYPE_DOUBLEstatic intTSDB_DATA_TYPE_FLOATstatic intTSDB_DATA_TYPE_INTstatic intTSDB_DATA_TYPE_NCHARstatic intTSDB_DATA_TYPE_NULLstatic intTSDB_DATA_TYPE_SMALLINTstatic intTSDB_DATA_TYPE_TIMESTAMPstatic intTSDB_DATA_TYPE_TINYINTstatic StringUNSUPPORT_METHOD_EXCEPTIONZ_MSG
-
Constructor Summary
Constructors Constructor Description TSDBConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringFixErrMsg(int code)static StringWrapErrMsg(String msg)
-
-
-
Field Detail
-
DEFAULT_PORT
public static final String DEFAULT_PORT
- See Also:
- Constant Field Values
-
UNSUPPORT_METHOD_EXCEPTIONZ_MSG
public static final String UNSUPPORT_METHOD_EXCEPTIONZ_MSG
- See Also:
- Constant Field Values
-
INVALID_VARIABLES
public static final String INVALID_VARIABLES
- See Also:
- Constant Field Values
-
JNI_NULL_POINTER
public static final long JNI_NULL_POINTER
- See Also:
- Constant Field Values
-
JNI_SUCCESS
public static final int JNI_SUCCESS
- See Also:
- Constant Field Values
-
JNI_TDENGINE_ERROR
public static final int JNI_TDENGINE_ERROR
- See Also:
- Constant Field Values
-
JNI_CONNECTION_NULL
public static final int JNI_CONNECTION_NULL
- See Also:
- Constant Field Values
-
JNI_RESULT_SET_NULL
public static final int JNI_RESULT_SET_NULL
- See Also:
- Constant Field Values
-
JNI_NUM_OF_FIELDS_0
public static final int JNI_NUM_OF_FIELDS_0
- See Also:
- Constant Field Values
-
JNI_SQL_NULL
public static final int JNI_SQL_NULL
- See Also:
- Constant Field Values
-
JNI_FETCH_END
public static final int JNI_FETCH_END
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_NULL
public static final int TSDB_DATA_TYPE_NULL
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_BOOL
public static final int TSDB_DATA_TYPE_BOOL
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_TINYINT
public static final int TSDB_DATA_TYPE_TINYINT
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_SMALLINT
public static final int TSDB_DATA_TYPE_SMALLINT
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_INT
public static final int TSDB_DATA_TYPE_INT
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_BIGINT
public static final int TSDB_DATA_TYPE_BIGINT
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_FLOAT
public static final int TSDB_DATA_TYPE_FLOAT
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_DOUBLE
public static final int TSDB_DATA_TYPE_DOUBLE
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_BINARY
public static final int TSDB_DATA_TYPE_BINARY
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_TIMESTAMP
public static final int TSDB_DATA_TYPE_TIMESTAMP
- See Also:
- Constant Field Values
-
TSDB_DATA_TYPE_NCHAR
public static final int TSDB_DATA_TYPE_NCHAR
- See Also:
- Constant Field Values
-
-