servicenow.community.sql
Class SqlFieldDefinition

java.lang.Object
  extended by servicenow.community.sql.SqlFieldDefinition

public class SqlFieldDefinition
extends java.lang.Object

Contains the JDBC/SQL type and the Glide type for a single field.


Method Summary
 GlideFieldDefinition getGlide()
           
 java.lang.String getGlideName()
           
 java.lang.String getName()
           
 int getSize()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getSize

public int getSize()

getGlide

public GlideFieldDefinition getGlide()

getGlideName

public java.lang.String getGlideName()