The table xmlcustomer has two columns of types bigint and XML, respectively, and contains two rows of data.
xmlcustomer 表有两列,类型分别为 bigint 和 XML。
The table has a row change timestamp column: a row change TOKEN expression returns a BIGINT value derived from the timestamp value in the column.
表具有一个行修改时间戳列:ROW CHANGE TOKEN表达式返回一个从列的时间戳值获得的bigint值。
For processing efficiency and possible space savings, consideration should be given to replacing DECIMAL (x, 0) data types with INTEGER or BIGINT.
为了提高处理效率和尽可能地节约空间,应该考虑用INTEGER或BIGINT代替DECIMAL (x, 0)数据类型。
Note that this atomic domain is defined as DOUBLE, while the data type for the database column (determined using reverse engineering) is a BIGINT.
注意,这个原子域被定义为 DOUBLE,而数据库列(由反向工程决定)的数据类型为 BIGINT。
The function will take in the BIGINT value of the global position of the row posplus1 and translate this, given the pattern pos of the parent into the pattern for the next row.
该函数以行posplus1的全局位置的bigint值为参数并进行转换,同时使父行的pos模式成为下一行的模式。