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


Nested Class Summary
 
Nested classes inherited from class net.sf.saffron.util.EnumeratedValues
EnumeratedValues.BasicValue, EnumeratedValues.Value
 
Field Summary
static SaffronJdbcConnection.Property instance
           
static String Schema
          "schema" is the name of a schema class.
 
Fields inherited from class net.sf.saffron.util.EnumeratedValues
 
Constructor Summary
private SaffronJdbcConnection.Property()
           
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SaffronJdbcConnection.Property

private SaffronJdbcConnection.Property()

SourceForge.net_Logo