com.akiban.sql.types
Interface ValueClassName
public interface ValueClassName
List of strings representing class names, which are typically found
for classes with implement the Formatable interface.
These strings are removed from the code to separate them from the
strings which need to be internationalized. It also reduces footprint.
This class has no methods, all it contains are String's which by default
are public, static and final since they are declared in an interface.
BitDataValue
static final String BitDataValue
- See Also:
- Constant Field Values
BooleanDataValue
static final String BooleanDataValue
- See Also:
- Constant Field Values
ConcatableDataValue
static final String ConcatableDataValue
- See Also:
- Constant Field Values
DataValueDescriptor
static final String DataValueDescriptor
- See Also:
- Constant Field Values
DateTimeDataValue
static final String DateTimeDataValue
- See Also:
- Constant Field Values
NumberDataValue
static final String NumberDataValue
- See Also:
- Constant Field Values
RefDataValue
static final String RefDataValue
- See Also:
- Constant Field Values
StringDataValue
static final String StringDataValue
- See Also:
- Constant Field Values
UserDataValue
static final String UserDataValue
- See Also:
- Constant Field Values
XMLDataValue
static final String XMLDataValue
- See Also:
- Constant Field Values
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.