Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.projection.DerivedColumn
-
Packages that use DerivedColumn Package Description org.apache.shardingsphere.infra.binder.segment.select.projection -
-
Uses of DerivedColumn in org.apache.shardingsphere.infra.binder.segment.select.projection
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection that return DerivedColumn Modifier and Type Method Description static DerivedColumnDerivedColumn. valueOf(String name)Returns the enum constant of this type with the specified name.static DerivedColumn[]DerivedColumn. values()Returns an array containing the constants of this enum type, in the order they are declared.
-