Example #1
0
 static FASTType()
 {
     STRING = new StringType("string", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     ASCII = new StringType("ascii", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     UNICODE = new StringType("unicode", TypeCodec.UNICODE, TypeCodec.NULLABLE_UNICODE);
 }
Example #2
0
 static FASTType()
 {
     STRING  = new StringType("string", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     ASCII   = new StringType("ascii", TypeCodec.ASCII, TypeCodec.NULLABLE_ASCII);
     UNICODE = new StringType("unicode", TypeCodec.UNICODE, TypeCodec.NULLABLE_UNICODE);
 }