Reference Source
public class | source

STRING

Extends:

lib/data-types.js~ABSTRACT → STRING

Direct Subclass:

CHAR

STRING A variable length string

Constructor Summary

Public Constructor
public

constructor(length: number, binary: boolean)

Public Constructors

public constructor(length: number, binary: boolean) source

Params:

NameTypeAttributeDescription
length number
  • optional
  • default: 255

length of string

binary boolean
  • optional
  • default: false

Is this binary?