类 AbstractCsvTool

  • 直接已知子类:
    ExportCsv, ImportCsv

    public abstract class AbstractCsvTool
    extends java.lang.Object
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      protected static java.lang.String checkRequiredArg​(java.lang.String arg, java.lang.String name, org.apache.commons.cli.CommandLine commandLine)  
      protected static boolean checkTimeFormat()  
      protected static void parseBasicParams​(org.apache.commons.cli.CommandLine commandLine, jline.console.ConsoleReader reader)  
      protected static void setTimeZone()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • HOST_ARGS

        protected static final java.lang.String HOST_ARGS
        另请参阅:
        常量字段值
      • HOST_NAME

        protected static final java.lang.String HOST_NAME
        另请参阅:
        常量字段值
      • HELP_ARGS

        protected static final java.lang.String HELP_ARGS
        另请参阅:
        常量字段值
      • PORT_ARGS

        protected static final java.lang.String PORT_ARGS
        另请参阅:
        常量字段值
      • PORT_NAME

        protected static final java.lang.String PORT_NAME
        另请参阅:
        常量字段值
      • PASSWORD_ARGS

        protected static final java.lang.String PASSWORD_ARGS
        另请参阅:
        常量字段值
      • PASSWORD_NAME

        protected static final java.lang.String PASSWORD_NAME
        另请参阅:
        常量字段值
      • USERNAME_ARGS

        protected static final java.lang.String USERNAME_ARGS
        另请参阅:
        常量字段值
      • USERNAME_NAME

        protected static final java.lang.String USERNAME_NAME
        另请参阅:
        常量字段值
      • TIME_FORMAT_ARGS

        protected static final java.lang.String TIME_FORMAT_ARGS
        另请参阅:
        常量字段值
      • TIME_FORMAT_NAME

        protected static final java.lang.String TIME_FORMAT_NAME
        另请参阅:
        常量字段值
      • TIME_ZONE_ARGS

        protected static final java.lang.String TIME_ZONE_ARGS
        另请参阅:
        常量字段值
      • TIME_ZONE_NAME

        protected static final java.lang.String TIME_ZONE_NAME
        另请参阅:
        常量字段值
      • MAX_HELP_CONSOLE_WIDTH

        protected static final int MAX_HELP_CONSOLE_WIDTH
        另请参阅:
        常量字段值
      • SUPPORT_TIME_FORMAT

        protected static final java.lang.String[] SUPPORT_TIME_FORMAT
      • host

        protected static java.lang.String host
      • port

        protected static java.lang.String port
      • username

        protected static java.lang.String username
      • password

        protected static java.lang.String password
      • zoneId

        protected static java.time.ZoneId zoneId
      • timeZoneID

        protected static java.lang.String timeZoneID
      • timeFormat

        protected static java.lang.String timeFormat
      • connection

        protected static org.apache.iotdb.jdbc.IoTDBConnection connection
    • 方法详细资料

      • checkRequiredArg

        protected static java.lang.String checkRequiredArg​(java.lang.String arg,
                                                           java.lang.String name,
                                                           org.apache.commons.cli.CommandLine commandLine)
                                                    throws ArgsErrorException
        抛出:
        ArgsErrorException
      • setTimeZone

        protected static void setTimeZone()
                                   throws org.apache.iotdb.jdbc.IoTDBSQLException,
                                          org.apache.thrift.TException
        抛出:
        org.apache.iotdb.jdbc.IoTDBSQLException
        org.apache.thrift.TException
      • parseBasicParams

        protected static void parseBasicParams​(org.apache.commons.cli.CommandLine commandLine,
                                               jline.console.ConsoleReader reader)
                                        throws ArgsErrorException,
                                               java.io.IOException
        抛出:
        ArgsErrorException
        java.io.IOException
      • checkTimeFormat

        protected static boolean checkTimeFormat()