程序包 com.mysql.cj

类 NativeQueryBindValue

    • 字段详细资料

      • isNull

        protected boolean isNull
        NULL indicator
      • isNational

        protected boolean isNational
      • value

        public Object value
        The value to store
      • isSet

        protected boolean isSet
        has this parameter been set?
      • escapeBytesIfNeeded

        protected boolean escapeBytesIfNeeded
      • isLoadDataQuery

        protected boolean isLoadDataQuery
        Is this query a LOAD DATA query?
      • keepOrigNanos

        protected boolean keepOrigNanos
      • scaleOrLength

        protected long scaleOrLength
      • boundBeforeExecutionNum

        protected long boundBeforeExecutionNum
    • 构造器详细资料

      • NativeQueryBindValue

        public NativeQueryBindValue​(Session sess)