Derby, Java: Trouble with “CREATE_TYPE” statement
问题 I've been messing around with Apache Derby inside Eclipse. I've booted up a Network Server, and I've been working with servlets. In my Eclipse project, I have a class called "User", inside the package "base.pack". I have an SQL script open, and I've been trying to convert User, which implements Serializable, into a custom type. When I run the following lines, everything works fine: CREATE TYPE CARTEBLANCHE.bee EXTERNAL NAME 'base.pack.User' LANGUAGE JAVA This follows the general format they