Logo Logo
  • About alierkeyboard_double_arrow_down
    • Introduction
    • Why Alier?
  • Documentationkeyboard_double_arrow_down
    • Starting Guide
    • Learn Alier
    • Framework Reference
    • Alier on Node Reference
  • Blog
  • About alierkeyboard_double_arrow_down
    • Introduction
    • Why Alier?
  • Documentationkeyboard_double_arrow_down
    • Starting Guide
    • Learn Alier
    • Framework Reference
    • Alier on Node Reference
  • Blog
  • check_smallja
  • en
Render settings
light_mode dark_mode
Aa Aa Aa
  • ja
  • latest
  • v0.4.0
  • v0.3.0
  • Overview
    • How to read
  • Components
    • Model
      • AlierModel
      • SetupInterface
        • setupModelInterface()
        • setupModelInterfaceFromText()
    • View
      • ProtoViewLogic モジュール
        • ProtoViewLogic
          • createUiComponents()
          • createElement()
          • getRelationshipOf()
          • message()
          • post()
          • broadcast()
          • getRelatedViewLogics()
          • relateViewLogics()
          • disrelateViewLogics()
          • getRelatedElements()
          • relateElements()
          • disrelateElements()
          • addActiveEvents()
          • removeActiveEvents()
          • defineUiComponents()
          • collectAttributes()
          • curateValues()
          • reflectValues()
          • collectElements()
          • messageHandler()
          • onDataBinding()
      • ViewLogic モジュール
        • ViewLogic
          • attachTo()
          • detachFrom()
          • parseHtmlToContainer()
          • post()
          • setContainer()
          • loadContainer()
          • loadContainerSync()
          • replaceWithGrid()
    • System Function
      • import()
      • export()
      • registerFunction()
      • getEnv()
      • setEnv()
      • message()
      • setupAlier()
  • CustomElement
    • ViewElement
      • attach()
      • show()
      • detach()
      • hide()
      • post()
    • ListView
      • attach()
      • detach()
      • sort()
      • sortByKey()
      • splice()
      • slice()
      • get()
      • values()
      • keys()
      • entries()
      • syncComponents()
      • onDataBinding()
  • Utility
    • Popup
      • Popup
        • openModal()
        • newModeless()
        • messagebox()
        • toast()
        • setDefaultModalPopupFrame()
        • setDefaultModelessPopupFrame()
        • setDefaultMessageboxFrame()
        • setDefaultToastFrame()
        • registerCustomFrame()
        • openCustom()
        • close()
      • PopupContainer
      • PopupFrame
        • attachPopup()
      • ModalFrame
        • attachPopup()
      • MessageboxFrame
        • attachPopup()
      • ModelessFrame
        • attachPopup()
      • ToastFrame
        • attachPopup()
    • Envelope
      • post()
      • discard()
    • MessagePorter
      • addListener()
      • post()
      • deleteListener()
    • ObservableObject
      • bindData()
      • reflectValues()
      • curateValues()
    • ObservableArray
      • bindData()
      • unbind()
      • syncComponents()
      • onDataBinding()
      • sort()
      • splice()
      • Symbol.iterator()
      • values()
      • keys()
      • entries()
      • at()
      • reduce()
      • reduceRight()
      • map()
      • filter()
      • every()
      • some()
      • reverse()
      • push()
      • unshift()
      • pop()
      • shift()
      • isBound()
      • sourceOf()
    • PersistentObject
      • save()
      • load()
    • Database
      • Database
        • AlierDB
          • AlierDB
            • asIdentifier()
            • asString()
            • asValue()
            • connect()
            • createDatabase()
            • delete()
            • disconnect()
            • execPreparedStatement()
            • execSQL()
            • get()
            • registerPreparedStatement()
            • removePreparedStatement()
          • AlierTable
            • delete()
            • get()
            • isJoined()
            • join()
            • post()
            • put()
          • $avg()
          • $count()
          • $max()
          • $min()
          • $sum()
          • DBJoinType
          • PreparedStatement
            • execute()
          • VirtualAlierTable
            • delete()
            • post()
        • DBConnector
          • DBConnector
            • asIdentifier()
            • asString()
            • asValue()
            • compile()
            • connect()
            • createTable()
            • disconnect()
            • dropTable()
            • end()
            • execute()
            • executePreparedStatement()
            • fixPreparedStatementQuery()
            • getSchema()
            • releasePreparedStatement()
          • asSqlIdentifier()
          • asSqlString()
          • asSqlValue()
          • sql()
          • DBError
          • DBInternalError
        • DefaultDBConnector
          • getDefaultConnector()
          • registerDefaultConnector()
        • MySQLConnector
          • MySQLConnector
            • asIdentifier()
            • asString()
            • asValue()
            • connect()
            • disconnect()
            • end()
            • execute()
            • fixPreparedStatementQuery()
        • OracleDBConnector
          • OracleDBConnector
            • asIdentifier()
            • asString()
            • asValue()
            • connect()
            • disconnect()
            • end()
            • execute()
            • fixPreparedStatementQuery()
        • PostgreSQLConnector
          • PostgreSQLConnector
            • asIdentifier()
            • asString()
            • asValue()
            • connect()
            • disconnect()
            • end()
            • execute()
            • fixPreparedStatementQuery()
        • SQLiteConnector
          • SQLiteConnector
            • asIdentifier()
            • asString()
            • asValue()
            • connect()
            • createTable()
            • disconnect()
            • dropTable()
            • end()
            • execute()
            • fixPreparedStatementQuery()
            • getSchema()
    • Local Push Notification
      • createNotificaiton()
      • deleteNotfication()
      • setBadgeNumber()
    • Network
      • WebApi
        • get()
        • head()
        • post()
        • put()
        • delete()
        • options()
        • patch()
        • makeRequest()
        • makeResponse()
      • Pattern
        • match()
        • matchAt()
        • extract()
        • map()
        • has()
        • compare()
        • escape()
        • unescape()
    • 認証
      • 認証
      • AgentRepository
        • registerAgent()
        • unregisterAgent()
        • pickAgent()
        • existAgent()
      • AuthAgent
        • login()
        • logout()
        • refresh()
        • getHeaders()
      • DigestProtocol
        • auth()
        • revoke()
        • refresh()
      • DigestAuthKey
        • toAuthorizationField()
        • getA1()
      • IAuthAgent
        • login()
        • logout()
        • refresh()
        • getHeaders()
      • IAuthProtocol
        • auth()
        • revoke()
        • refresh()
      • AuthEntity
        • revoke()
        • toAuthorizationField()
      • IAuthKey
        • toAuthorizationField()
      • AuthError
        • toString()
    • Singleton
      • initialize()
    • APIs
      • lazynew
  • Native
    • EventHandler
      • init()
      • addListener()
      • post()
    • ScriptMediator
      • callJavaScriptFunction()
      • registerFunction()
      • replaceFunction()
  • Appendix
    • AlierFramework.js モジュール
    • Alier Object
    • 開発プロジェクトにおける main.js の使い方
    • メインモジュールの定義と動作
    • データバインディング
    • ディレクトリやファイル(path)について
    • モデルインターフェース定義の構文
    • Web インターフェース
    • ローカルプッシュ通知
keyboard_arrow_leftexecute()getSchema()keyboard_arrow_right

SQLiteConnector: fixPreparedStatementQuery()

この関数は何も行いません。

構文

sqliteConnector.fixPreparedStatementQuery(statement) => string

引数

  • statement: string

    変換対象のSQL文です。

返値: string

与えられた引数 statement の値をそのまま返します。

解説

この関数は何も行いません。

keyboard_arrow_leftexecute()getSchema()keyboard_arrow_right
  • 構文
    • 引数
    • 返値: string
  • 解説
  • About Alier
    • Introduction
    • Why Alier?
  • API References
    • Application Framework
    • Alier on Node
  •   
    • Start Guide
    • Learn Alier
  • Other Information
    • Blog
keyboard_arrow_up
© 2025 alier is a product of SureDesigns Corp.