net.w_horse.excelpojo.excel.reservedword
クラス ReservedWordManager

java.lang.Object
  上位を拡張 net.w_horse.excelpojo.excel.reservedword.ReservedWordManager

public class ReservedWordManager
extends java.lang.Object

作成者:
kawahara

メソッドの概要
static java.lang.String convReservedWord(java.lang.String expr)
          SQL文作成用に予約語を変換する
サポートされている予約語をすべて変換する
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

convReservedWord

public static java.lang.String convReservedWord(java.lang.String expr)
SQL文作成用に予約語を変換する
サポートされている予約語をすべて変換する

パラメータ:
expr - 変換したい文字列
戻り値:
変換した文字列