Package system.data

Interface IDbDataParameter

    • Field Detail

      • assemblyFullName

        static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        static final java.lang.String assemblyShortName
        Assembly name: System.Data
        See Also:
        Constant Field Values
      • className

        static final java.lang.String className
        Qualified class name: System.Data.IDbDataParameter
        See Also:
        Constant Field Values
    • Method Detail

      • getJCOType

        org.mases.jcobridge.JCType getJCOType()
        Returns the instantiated class Type
        Specified by:
        getJCOType in interface IDataParameter
        Specified by:
        getJCOType in interface IJCOBridgeReflected
        Returns:
        A JCType representing the Type of the instantiated Class
      • getPrecision

        byte getPrecision()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPrecision

        void setPrecision​(byte Precision)
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getScale

        byte getScale()
               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setScale

        void setScale​(byte Scale)
               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSize

        int getSize()
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSize

        void setSize​(int Size)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable