Uses of Class
com.gpudb.Type.Column
-
Packages that use Type.Column Package Description com.gpudb -
-
Uses of Type.Column in com.gpudb
Methods in com.gpudb that return Type.Column Modifier and Type Method Description Type.ColumnType. getColumn(int index)Gets the column with the specified index.Type.ColumnType. getColumn(String name)Gets the column with the specified name.Methods in com.gpudb that return types with arguments of type Type.Column Modifier and Type Method Description List<Type.Column>Type. getColumns()Gets the list of columns that the type comprises.Method parameters in com.gpudb with type arguments of type Type.Column Modifier and Type Method Description static <T> TypeObjectMap<T>TypeObjectMap. fromClass(Class<T> objectClass, String label, Map<String,Type.Column> columnOverrides)Creates aTypeObjectMapbased on the specified class with the specified type label and overrides.Constructors in com.gpudb with parameters of type Type.Column Constructor Description ConvertingFieldHandler(Field field, Type.Column column)Creates aTypeObjectMap.ConvertingFieldHandlerfor the specified field and GPUdbcolumn.ConvertingMethodHandler(Method getMethod, Method setMethod, Type.Column column)Creates aTypeObjectMap.ConvertingMethodHandlerfor the specified get and set methods and GPUdbcolumn.Type(Type.Column... columns)Creates aTypeobject with the specified column metadata and an empty type label.Type(String label, Type.Column... columns)Creates aTypeobject with the specified metadata.Constructor parameters in com.gpudb with type arguments of type Type.Column Constructor Description Type(String label, List<Type.Column> columns)Creates aTypeobject with the specified metadata.Type(List<Type.Column> columns)Creates aTypeobject with the specified column metadata and an empty type label.
-