public class RegisteredFormatIds
extends java.lang.Object
A TypedFormat is registered by placing a class name at the correct place in the correct array, driven by the base format number:
The class name is either:
Modifier and Type | Field and Description |
---|---|
private static java.lang.String[] |
TwoByte |
Constructor and Description |
---|
RegisteredFormatIds() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
classNameForTwoByteID(int idx)
Return the class name bound to an index into TwoByte
|
static int |
countTwoByteIDs()
Return the number of two-byte format ids
|
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.