org.sqlproc.engine.type
Class SqlInternalType

java.lang.Object
  extended by org.sqlproc.engine.type.SqlMetaType
      extended by org.sqlproc.engine.type.SqlInternalType
Direct Known Subclasses:
SqlProviderType

public abstract class SqlInternalType
extends SqlMetaType

The common ancestor of all generic META types with assigned names and the related Java class types.

Author:
Vladimir Hudec

Field Summary
 
Fields inherited from class org.sqlproc.engine.type.SqlMetaType
logger
 
Constructor Summary
SqlInternalType()
           
 
Method Summary
abstract  Class<?>[] getClassTypes()
          The list of Java class types related to this META type.
abstract  String[] getMetaTypes()
          The list of names of this META type.
 
Methods inherited from class org.sqlproc.engine.type.SqlMetaType
addScalar, setParameter, setResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlInternalType

public SqlInternalType()
Method Detail

getClassTypes

public abstract Class<?>[] getClassTypes()
The list of Java class types related to this META type.


getMetaTypes

public abstract String[] getMetaTypes()
The list of names of this META type. These names can be used in the META SQL statements.



Copyright © 2014. All Rights Reserved.