Class SqlJetBindParameter

java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetBindParameter
All Implemented Interfaces:
ISqlJetBindParameter, ISqlJetExpression

public class SqlJetBindParameter extends SqlJetExpression implements ISqlJetBindParameter
Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlJetBindParameter(org.antlr.runtime.tree.CommonTree ast)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
    Parameter name.
    java.lang.Integer
    Parameter position.
    java.lang.String
     

    Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression

    create, getValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression

    getValue
  • Constructor Details

    • SqlJetBindParameter

      public SqlJetBindParameter(org.antlr.runtime.tree.CommonTree ast)
  • Method Details

    • getPosition

      public java.lang.Integer getPosition()
      Description copied from interface: ISqlJetBindParameter
      Parameter position.
      Specified by:
      getPosition in interface ISqlJetBindParameter
      Returns:
      position
    • getName

      public java.lang.String getName()
      Description copied from interface: ISqlJetBindParameter
      Parameter name.
      Specified by:
      getName in interface ISqlJetBindParameter
      Returns:
      name
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object