net.sf.saffron.jdbc
Class SaffronJdbcConnection.Property
java.lang.Object
|
+--net.sf.saffron.util.EnumeratedValues
|
+--net.sf.saffron.jdbc.SaffronJdbcConnection.Property
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- SaffronJdbcConnection
- public static class SaffronJdbcConnection.Property
- extends EnumeratedValues
Methods inherited from class net.sf.saffron.util.EnumeratedValues |
badValue, clone, getDescription, getMax, getMin, getMutableClone, getName, getNames, getOrdinal, getValue, getValue, isImmutable, isValid, makeImmutable, register, unexpected |
instance
public static final SaffronJdbcConnection.Property instance
Schema
public static final String Schema
- "schema" is the name of a schema class.
The class must have a zero-argument constructor. If it the class
implements SaffronSchema
, the fields are deduced using
SaffronSchema.getTableForMember(java.lang.String[])
; otherwise, the fields are
deduced using reflection.
- See Also:
- Constant Field Values
SaffronJdbcConnection.Property
private SaffronJdbcConnection.Property()