org.sqlproc.engine.type
Class SqlInternalType
java.lang.Object
org.sqlproc.engine.type.SqlMetaType
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlInternalType
public SqlInternalType()
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.