org.writersforge.catalan.process.workers.sql
Class SqlProperties

java.lang.Object
  extended byorg.writersforge.catalan.process.properties.BaseWorkProperties
      extended byorg.writersforge.catalan.process.properties.ChainedProperties
          extended byorg.writersforge.catalan.process.properties.CommonProperties
              extended byorg.writersforge.catalan.process.workers.sql.SqlProperties
All Implemented Interfaces:
IWorkProperties

public class SqlProperties
extends CommonProperties

Specialized properties container for SqlWorker.

Author:
jsheets

Constructor Summary
SqlProperties(IWorkProperties baseProps)
          Creates a new instance of SqlProperties.
 
Method Summary
 TypeMap[] getTypeMap()
          Retrieves the value of the "type-map" property.
 boolean getUsePrimitives()
          Retrieves the value of the "use-primitives" property.
 
Methods inherited from class org.writersforge.catalan.process.properties.CommonProperties
getCommand, getCount, getEndIndex, getStartIndex
 
Methods inherited from class org.writersforge.catalan.process.properties.ChainedProperties
addPropertySet, getProperty, getPropertyNames, getPropertySets, toString
 
Methods inherited from class org.writersforge.catalan.process.properties.BaseWorkProperties
asMap, asMap, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.writersforge.catalan.process.properties.IWorkProperties
getProperty, getPropertyAsBoolean, getPropertyAsDatum, getPropertyAsMap, getPropertyAsNumber, getPropertyAsString, getPropertyNames
 

Constructor Detail

SqlProperties

public SqlProperties(IWorkProperties baseProps)
Creates a new instance of SqlProperties.

Parameters:
baseProps - properties to wrap
Method Detail

getUsePrimitives

public boolean getUsePrimitives()
Retrieves the value of the "use-primitives" property.

Returns:
the "use-primitives" property

getTypeMap

public TypeMap[] getTypeMap()
Retrieves the value of the "type-map" property.

Returns:
the "type-map" property