Copy the ColumnSpec attributes from one PersistentObject to another.
Note: If this is a subtype Domain instance then the subtype fields will
be copied as well.
Decodes an Array of Strings from an encoded String.
Note that null String[] objects are encoded as the string "'null",
so this method does not work correctly for an Array of Strings
consisting of a single String with a value of "null"
Overidden method that matches with decode().
Note that null String[] objects are encoded as the string "'null",
so this method does not work correctly for an Array of Strings
consisting of a single String with a value of "null".
Before anything else happens, do this: JDBCHelperPool.createPool( "XYZ_DB", // Name of the pool JDBCHelperFactory.create(), // or however you create a JDBCHelper 5); // number of objects in the pool.
This assumes there is an Oracle SEQUENCE object created with name of
seq_tableNameHere
When executed, this SQL should return a one column, one row result set
with an Integer in it.
This assumes there is a PostgreSQL SEQUENCE object created with name of
seq_tableNameHere
When executed, this SQL should return a one row, one column result set
with an Integer in it that column.
Subclass of AbstractColumnSpec that handles arrays of strings.
This Column Spec will take an array of Strings from a Persistent
Object and convert it to a comma delimited string back in the database.