Class BatchedPropertyInfo

java.lang.Object
net.sf.basedb.core.BatchedPropertyInfo

public class BatchedPropertyInfo
extends Object
Holds information about a batchable property.
Version:
2.0
Author:
Nicklas
See Also:
ExtendableData
Last modified
$Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
  • Field Details

    • name

      private final String name
    • sqlTypeCode

      private final int sqlTypeCode
  • Constructor Details

    • BatchedPropertyInfo

      BatchedPropertyInfo​(String name, int sqlTypeCode)
      Create a new extended property. See the getter methods for a description of the parameters.
  • Method Details

    • getName

      public String getName()
      Get the name of the property. This is the name that is used in queries.
      Returns:
      A string with the name
    • getSqlTypeCode

      public int getSqlTypeCode()
      Get the sql type code as defined by Types.
      Returns:
      The type code